diff options
author | randomengy <[email protected]> | 2013-06-18 02:05:59 +0000 |
---|---|---|
committer | randomengy <[email protected]> | 2013-06-18 02:05:59 +0000 |
commit | f7fbce3a0ca517b886a38ec59e41d619d5e0c157 (patch) | |
tree | a7529fe90a49012af982e37c95bece198a8c4995 /win/CS/HandBrake.Interop/HandBrakeInterop/Properties | |
parent | a7c727258d956a3a54e8b051d0b4838e56632685 (diff) |
Interop: Bringing it up to speed with the latest nightlies. Interop now exposes the list of valid sample rates and framerates in Encoders.cs. Also fixing a problem with Custom anamorphic and maximum height.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5593 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Properties')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs index 936eb0fa9..2902f4f11 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.40.0.0")]
-[assembly: AssemblyFileVersion("1.40.0.0")]
+[assembly: AssemblyVersion("1.43.0.0")]
+[assembly: AssemblyFileVersion("1.43.0.0")]
|