--- trunk/RomCheater/Properties/AssemblyInfo.cs 2012/05/09 06:06:22 5 +++ trunk/RomCheater/Properties/AssemblyInfo.cs 2012/05/09 11:43:29 36 @@ -1,6 +1,7 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; +using RomCheater.VersionSupport; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -32,5 +33,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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion(Version.AssemblyVersion)] +//[assembly: AssemblyFileVersion(Version.AssemblyFileVersion)] |