--- 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; |