--- trunk/RomCheater.VersionSupport/Version.cs 2012/05/09 12:30:54 40 +++ trunk/RomCheater.VersionSupport/Version.cs 2012/05/09 12:34:11 41 @@ -9,9 +9,10 @@ namespace RomCheater.VersionSupport { private const string MAJOR = "1"; private const string MINOR = "0"; - private const string REVISION = "0"; private const string BUILD = "*"; - private const string VERSION = MAJOR + "." + MINOR + "." + REVISION + "." + BUILD; + private const string REVISION = "$WCREV$"; + + private const string VERSION = MAJOR + "." + MINOR + "." + "." + BUILD + "." + REVISION; #if DEBUG private const string TAG = "debug"; #else