# | Line 34 | Line 34 | public static class AssemblyConfig | |
---|---|---|
34 | private const string Minor = $WCNOW=%#y$ << 9 | $WCNOW=%#m$ << 5 | $WCNOW=%#d$; | |
35 | private const string Build = "$WCNOW=%H%M$"; | |
36 | private const string Revision = "$WCREV$"; | |
37 | < | private const string SVNRev = "r" + Revision; |
37 | > | private const string SVNRev = "r$WCREV$"; |
38 | public const string AssemblyVersion = Major + "." + Minor + "." + Build + "." + Revision; | |
39 | public const string AssemblyFileVersion = Major + "." + Minor + "." + Build + "." + SVNRev + "-" + Tag + "-" + Config; | |
40 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |