Skip to content

Commit cee8584

Browse files
author
RandomEngy
committed
Update version numbers.
1 parent 042683f commit cee8584

8 files changed

Lines changed: 9 additions & 9 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.3.1 (x64)
7-
AppVersion=1.3.1
6+
AppVerName=VidCoder 1.3.2 (x64)
7+
AppVersion=1.3.2
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.3.1-x64
19+
OutputBaseFilename=VidCoder-1.3.2-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.3.1 (x86)
7-
AppVersion=1.3.1
6+
AppVerName=VidCoder 1.3.2 (x86)
7+
AppVersion=1.3.2
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.3.1-x86
19+
OutputBaseFilename=VidCoder-1.3.2-x86
2020

2121
AppId=VidCoder
2222
UsePreviousAppDir=yes

Lib/x64/HandBrakeInterop.dll

0 Bytes
Binary file not shown.

Lib/x64/HandBrakeInterop.pdb

0 Bytes
Binary file not shown.

Lib/x86/HandBrakeInterop.dll

0 Bytes
Binary file not shown.

Lib/x86/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("1.3.1.0")]
55-
[assembly: AssemblyFileVersion("1.3.1.0")]
54+
[assembly: AssemblyVersion("1.3.2.0")]
55+
[assembly: AssemblyFileVersion("1.3.2.0")]

VidCoder/View/OptionsDialog.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
Height="16" HorizontalAlignment="Left" Margin="15,0,0,0" VerticalAlignment="Center" />
179179
<CheckBox
180180
Grid.Row="5"
181-
Content="Prompt to delete source files after clearing successful completed items"
181+
Content="Delete source files after clearing successful completed items (with confirmation)"
182182
IsChecked="{Binding DeleteSourceFilesOnClearingCompleted}"
183183
Height="16" HorizontalAlignment="Left" Margin="15,0,0,0" VerticalAlignment="Center" />
184184
<Label

0 commit comments

Comments
 (0)