Skip to content

Commit 52b99d2

Browse files
author
RandomEngy
committed
Updating x64 hb.dll to use ff-mpeg2 as removing that didn't work. Updating version numbers.
1 parent 04ee844 commit 52b99d2

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

HandBrakeInterop/HandBrakeInterop/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.16.0.0")]
36-
[assembly: AssemblyFileVersion("1.16.0.0")]
35+
[assembly: AssemblyVersion("1.17.0.0")]
36+
[assembly: AssemblyFileVersion("1.17.0.0")]

Installer/VidCoder-x64.iss

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

44
[Setup]
55
AppName=VidCoder
6-
AppVerName=VidCoder 0.9.0 (x64)
6+
AppVerName=VidCoder 0.9.1 (x64)
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.9.0-x64
16+
OutputBaseFilename=VidCoder-0.9.1-x64
1717

1818
AppId=VidCoder-x64
1919
UsePreviousAppDir=yes

Installer/VidCoder-x86.iss

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

44
[Setup]
55
AppName=VidCoder
6-
AppVerName=VidCoder 0.9.0 (x86)
6+
AppVerName=VidCoder 0.9.1 (x86)
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.9.0-x86
16+
OutputBaseFilename=VidCoder-0.9.1-x86
1717

1818
AppId=VidCoder
1919
UsePreviousAppDir=yes

Lib/x64/hb.dll

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.9.0.0")]
55-
[assembly: AssemblyFileVersion("0.9.0.0")]
54+
[assembly: AssemblyVersion("0.9.1.0")]
55+
[assembly: AssemblyFileVersion("0.9.1.0")]

0 commit comments

Comments
 (0)