+ increase minor and build number, rework creation of Version.h

This commit is contained in:
wmayer
2016-04-09 15:15:29 +02:00
parent 19bc5077c8
commit 1d75efea75
5 changed files with 30 additions and 53 deletions

10
src/Build/Version.h.cmake Normal file
View File

@@ -0,0 +1,10 @@
// Version Number
#define FCVersionMajor "${PACKAGE_VERSION_MAJOR}"
#define FCVersionMinor "${PACKAGE_VERSION_MINOR}"
#define FCVersionName "${PACKAGE_VERSION_NAME}"
// test: $Format:Hash (%H), Date: %ci$
#define FCRevision "${PACKAGE_WCREF}" //Highest committed revision number
#define FCRevisionDate "${PACKAGE_WCDATE}" //Date of highest committed revision
#define FCRepositoryURL "${PACKAGE_WCURL}" //Repository URL of the working copy