Cleaned up the version thingy so people aren't confused when committing later. Also, Zidonuke, that last number is a MMdd, not a randomly chosen number.

This commit is contained in:
Lucas Nicodemus 2011-12-30 14:25:02 -07:00
parent 9e79aadf3c
commit fd51214146

View file

@ -29,14 +29,7 @@ using System.Runtime.InteropServices;
// 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.*")]
// OI, DERPHEADS:
// The revision is a date!
// As in 3.4.2.mmdd
// Not some wonky random number
[assembly: AssemblyVersion("3.4.2.1229")]
[assembly: AssemblyFileVersion("3.4.2.1229")]
// MMdd of the build
[assembly: AssemblyVersion("3.4.2.1230")]
[assembly: AssemblyFileVersion("3.4.2.1230")]