summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorrandomengy <[email protected]>2012-08-12 22:41:36 +0000
committerrandomengy <[email protected]>2012-08-12 22:41:36 +0000
commit38ce76e49a5422b2bb203c1bf6f2602a75f57be6 (patch)
tree46591a6bf2a816c6d3dd31c4d72d858890ee9ac3 /win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs
parentbd2a83d09b07c8e2fa303b6a17bf392811a0b95c (diff)
Interop: Some refactoring, exposing list of video encoders, fixed const value, added some error checking.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4901 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs
index b9f0c721c..fa9e9e063 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs
@@ -29,8 +29,8 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
-// 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.23.0.0")]
-[assembly: AssemblyFileVersion("1.23.0.0")]
+// 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.27.0.0")]
+[assembly: AssemblyFileVersion("1.27.0.0")]