diff options
author | randomengy <[email protected]> | 2013-11-07 18:25:29 +0000 |
---|---|---|
committer | randomengy <[email protected]> | 2013-11-07 18:25:29 +0000 |
commit | 7f98b4c5d93c02b4457a692a52208d0a129e8941 (patch) | |
tree | 05476c871fc4df29c053dfba748cc06025ac8605 /win/CS/HandBrake.Interop/HandBrakeInterop/Properties | |
parent | 44c67f5f4929d6a2b6d2e11325612e33069da7a4 (diff) |
Interop: Exposed properties and methods on subtitle tracks to determine if they can be burnt in, passed through or marked "forced only".
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5879 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 1914e758f..50ecffdda 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.50.0.0")]
-[assembly: AssemblyFileVersion("1.50.0.0")]
+[assembly: AssemblyVersion("1.51.0.0")]
+[assembly: AssemblyFileVersion("1.51.0.0")]
|