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

Comparing trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl (file contents):
Revision 258 by william, Sat Jun 2 10:35:42 2012 UTC vs.
Revision 259 by william, Sun Jun 3 17:34:52 2012 UTC

--- trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl	2012/06/03 17:26:59	258
+++ trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl	2012/06/03 17:34:52	259
@@ -30,12 +30,12 @@ public static class AssemblyConfig
     private const string Config = "release";
 #endif
 
-    private const string SVNRev = "r210";
+    private const string SVNRev = "r$WCREV$";
 
     private const string Major = "1";
-    private const string Minor = "2012";
-    private const string Build = "154";
-    private const string Revision = "0624";
+    private const string Minor = "$WCNOW=%Y$";
+    private const string Build = "$WCNOW=%j$";
+    private const string Revision = "$WCNOW=%H%M$";
 
     public const string AssemblyVersion = Major + "." + Minor + "." + Build + "." + Revision;
     public const string AssemblyFileVersion = Major + "." + Minor + "." + Build + "." + Revision + "-" + SVNRev + "-" + Tag + "-" + Config;