using System.Reflection; // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // 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.*")] //It's impossible to make these a define, don't say I didn't warn you [assembly: AssemblyVersion("3.1.0.3")] [assembly: AssemblyFileVersion("3.1.0.3")] [assembly: AssemblyInformationalVersion("3.1.0.3")]