From c6401fab7c5f1daf36cdb3f99c640477c19bdc01 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 24 Mar 2012 19:18:24 +0000 Subject: 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 --- win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs') 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: . + 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 -- cgit v1.2.3