Skip to content

Commit d396a95

Browse files
author
RandomEngy
committed
Update version numbers.
--HG-- branch : beta
1 parent 1d93603 commit d396a95

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Installer/VidCoder-x64.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
[Setup]
55
AppName=VidCoder
6-
AppVerName=VidCoder 1.4.0 Beta (x64)
7-
AppVersion=1.4.0
6+
AppVerName=VidCoder 1.4.1 Beta (x64)
7+
AppVersion=1.4.1
88
AppPublisher=RandomEngy
99
AppPublisherURL=http://vidcoder.codeplex.com/
1010

@@ -16,7 +16,7 @@ Compression=lzma
1616
SolidCompression=yes
1717

1818
OutputDir=BuiltInstallers
19-
OutputBaseFilename=VidCoder-1.4.0-Beta-x64
19+
OutputBaseFilename=VidCoder-1.4.1-Beta-x64
2020

2121
AppId=VidCoder-x64
2222
UsePreviousAppDir=yes

Installer/VidCoder-x86.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
[Setup]
55
AppName=VidCoder
6-
AppVerName=VidCoder 1.4.0 Beta (x86)
7-
AppVersion=1.4.0
6+
AppVerName=VidCoder 1.4.1 Beta (x86)
7+
AppVersion=1.4.1
88
AppPublisher=RandomEngy
99
AppPublisherURL=http://vidcoder.codeplex.com/
1010

@@ -16,7 +16,7 @@ Compression=lzma
1616
SolidCompression=yes
1717

1818
OutputDir=BuiltInstallers
19-
OutputBaseFilename=VidCoder-1.4.0-Beta-x86
19+
OutputBaseFilename=VidCoder-1.4.1-Beta-x86
2020

2121
AppId=VidCoder
2222
UsePreviousAppDir=yes

VidCoder/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.4.0.0")]
55-
[assembly: AssemblyFileVersion("1.4.0.0")]
54+
[assembly: AssemblyVersion("1.4.1.0")]
55+
[assembly: AssemblyFileVersion("1.4.1.0")]

0 commit comments

Comments
 (0)