Pass build year
This commit is contained in:
parent
ef3591aaaf
commit
d90075f200
|
@ -37,7 +37,8 @@
|
|||
%(PreprocessorDefinitions);
|
||||
GIT_REVISION=$(GitRevision);
|
||||
GIT_REVISION_SHORT=$(GitRevisionShort);
|
||||
VERSION_BUILD=$(GitRevisionCount)
|
||||
VERSION_BUILD=$(GitRevisionCount);
|
||||
VERSION_BUILD_YEAR=$([System.DateTime]::Now.ToString(`yyyy`))
|
||||
</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
|
|
Loading…
Reference in New Issue