Skip to content

Commit 2e584f4

Browse files
committed
bumped to 1.4.34/2.9.65
1 parent 170d13b commit 2e584f4

File tree

11 files changed

+9
-9
lines changed

11 files changed

+9
-9
lines changed

PG-Ripper-Setup/PG-Ripper-Setup.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "PG-Ripper"
5-
#define MyAppVersion "1.4.3.3"
5+
#define MyAppVersion "1.4.3.4"
66
#define MyAppPublisher "The Watcher"
77
#define MyAppURL "http://ripper.codeplex.com"
88
#define MyAppExeName "PGRipper.exe"

PG-Ripper.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.30501.0
4+
VisualStudioVersion = 12.0.31101.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PG-Ripper", "PG-Ripper\PG-Ripper.csproj", "{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}"
77
EndProject

PG-Ripper/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
[assembly: AssemblyTrademark("")]
3232
[assembly: AssemblyCulture("")]
3333

34-
[assembly: AssemblyVersion("1.4.3.3")]
35-
[assembly: AssemblyFileVersionAttribute("1.4.3.3s")]
34+
[assembly: AssemblyVersion("1.4.3.4")]
35+
[assembly: AssemblyFileVersionAttribute("1.4.3.4")]
3636

3737
[assembly: AssemblyDelaySign(false)]
3838
[assembly: AssemblyKeyName("")]
Binary file not shown.
0 Bytes
Binary file not shown.

Ripper.Services/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
[assembly: Guid("3a261291-7dce-4bb7-a6df-8b4dcfaa7ea9")]
2727

2828
// 1.0.YYYY.1.MM.DD
29-
[assembly: AssemblyVersion("1.0.2014.10927")]
29+
[assembly: AssemblyVersion("1.0.2014.11116")]
Binary file not shown.
0 Bytes
Binary file not shown.

VG-Ripper-Setup/VG-Ripper-Setup.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "VG-Ripper"
5-
#define MyAppVersion "2.9.6.4"
5+
#define MyAppVersion "2.9.6.5"
66
#define MyAppPublisher "The Watcher"
77
#define MyAppURL "http://ripper.codeplex.com"
88
#define MyAppExeName "VG-Ripper.exe"

VG-Ripper.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.30501.0
4+
VisualStudioVersion = 12.0.31101.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VG-Ripper", "VG-Ripper\VG-Ripper.csproj", "{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}"
77
EndProject

VG-Ripper/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
[assembly: AssemblyTrademark("")]
3232
[assembly: AssemblyCulture("")]
3333

34-
[assembly: AssemblyVersion("2.9.6.4")]
35-
[assembly: AssemblyFileVersionAttribute("2.9.6.4")]
34+
[assembly: AssemblyVersion("2.9.6.5")]
35+
[assembly: AssemblyFileVersionAttribute("2.9.6.5")]
3636

3737
[assembly: AssemblyDelaySign(false)]
3838
[assembly: AssemblyKeyName("")]

0 commit comments

Comments
 (0)