--- trunk/VersionSupport/SharedAssemblyInfo.cs.tmpl 2012/07/16 16:27:03 193 +++ trunk/VersionSupport/SharedAssemblyInfo.cs.tmpl 2012/07/16 16:30:17 196 @@ -8,7 +8,7 @@ using System.Runtime.InteropServices; public static class AssemblyConfig { private const string Major = "4"; - private const string Minor = $WCNOW=%#y$ << 9 | $WCNOW=%#m$ << 5 | $WCNOW=%#d$ + private const string Minor = $WCNOW=%#y$ << 9 | $WCNOW=%#m$ << 5 | $WCNOW=%#d$; private const string Build = "$WCNOW=%H%M$"; private const string Revision = "$WCREV$"; public const string AssemblyVersion = Major + "." + Minor + "." + Build + "." + Revision; |