This commit is contained in:
Lucas Nicodemus 2011-12-29 22:39:30 -07:00
parent 77d3ec431e
commit 9e79aadf3c

View file

@ -34,6 +34,9 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
// OI, DERPHEADS:
[assembly: AssemblyVersion("3.4.2.1233")] // The revision is a date!
[assembly: AssemblyFileVersion("3.4.2.1233")] // As in 3.4.2.mmdd
// Not some wonky random number
[assembly: AssemblyVersion("3.4.2.1229")]
[assembly: AssemblyFileVersion("3.4.2.1229")]