+ increase minor and build number, rework creation of Version.h
This commit is contained in:
10
src/Build/Version.h.cmake
Normal file
10
src/Build/Version.h.cmake
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user