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:
parent
9e79aadf3c
commit
fd51214146
1 changed files with 4 additions and 11 deletions
|
|
@ -29,14 +29,7 @@ using System.Runtime.InteropServices;
|
||||||
// Major Version
|
// Major Version
|
||||||
// Minor Version
|
// Minor Version
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// MMdd of the build
|
||||||
//
|
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
[assembly: AssemblyVersion("3.4.2.1230")]
|
||||||
// by using the '*' as shown below:
|
[assembly: AssemblyFileVersion("3.4.2.1230")]
|
||||||
// [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")]
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue