diff options
author | sr55 <[email protected]> | 2012-03-24 19:18:24 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-03-24 19:18:24 +0000 |
commit | c6401fab7c5f1daf36cdb3f99c640477c19bdc01 (patch) | |
tree | 1a622bb0d37375efcb612beb6049e51fac99ff08 /win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs | |
parent | 1befa4f1a72a9e8b0277b4ff04b0200dd884f6bc (diff) |
WinGui: (WPF) Setup all the Installer (Nightly and Release, x86/64) and Build scripts for the new UI.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4533 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs index 72f9c8830..4903de063 100644 --- a/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs +++ b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs @@ -1,4 +1,9 @@ -using System.Reflection;
+/* AssemblyInfo.cs $
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr>.
+ It may be used under the terms of the GNU General Public License. */
+
+using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
@@ -51,5 +56,5 @@ using System.Windows; // 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("0.9.5.0")]
-[assembly: AssemblyFileVersion("0.9.5.0")]
+[assembly: AssemblyVersion("0.9.6.4532")]
+[assembly: NeutralResourcesLanguage("")]
\ No newline at end of file |