Skip to content

Commit bf0424b

Browse files
author
RandomEngy
committed
Updating version numbers.
1 parent a4929e5 commit bf0424b

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Installer/VidCoder.iss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
; Setup for Keyboard Image Viewer. NOTE: To build this installer you must first build
2-
; KeyboardImageViewer.sln in Release mode.
1+
; Setup for VidCoder. NOTE: To build this installer you must first build
2+
; VidCoder.sln in Release mode.
33

44
[Setup]
55
AppName=VidCoder
6-
AppVerName=VidCoder 0.4.0
6+
AppVerName=VidCoder 0.4.1
77

88
DefaultDirName={pf}\VidCoder
99
DisableProgramGroupPage=yes
@@ -13,7 +13,7 @@ Compression=lzma
1313
SolidCompression=yes
1414

1515
OutputDir=BuiltInstallers
16-
OutputBaseFilename=VidCoder-0.4.0
16+
OutputBaseFilename=VidCoder-0.4.1
1717

1818
AppId=VidCoder
1919
UsePreviousAppDir=yes
@@ -100,3 +100,4 @@ end;
100100
101101
102102
103+

Lib/HandBrakeInterop.dll

0 Bytes
Binary file not shown.

Lib/HandBrakeInterop.pdb

0 Bytes
Binary file not shown.

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("0.4.0.0")]
55-
[assembly: AssemblyFileVersion("0.4.0.0")]
54+
[assembly: AssemblyVersion("0.4.1.0")]
55+
[assembly: AssemblyFileVersion("0.4.1.0")]

0 commit comments

Comments
 (0)