ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.VersionSupport/Version.cs
(Generate patch)

Comparing trunk/RomCheater.VersionSupport/Version.cs (file contents):
Revision 40 by william, Wed May 9 11:50:09 2012 UTC vs.
Revision 41 by william, Wed May 9 12:34:11 2012 UTC

# Line 9 | Line 9 | namespace RomCheater.VersionSupport
9      {
10          private const string MAJOR = "1";
11          private const string MINOR = "0";
12        private const string REVISION = "0";
12          private const string BUILD = "*";
13 <        private const string VERSION = MAJOR + "." + MINOR + "." + REVISION + "." + BUILD;
13 >        private const string REVISION = "$WCREV$";
14 >
15 >        private const string VERSION = MAJOR + "." + MINOR + "." + "." + BUILD + "." + REVISION;
16   #if DEBUG
17          private const string TAG = "debug";
18   #else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines