Revert "add git information"

This reverts commit ae27d8e3bc.
This commit is contained in:
Adrián Insaurralde Avalos
2023-11-19 15:18:25 -03:00
parent c20a3e9543
commit 32db044caa

View File

@@ -1,15 +1,12 @@
// Version Number
#define FCVersionMajor "${PACKAGE_VERSION_MAJOR}"
#define FCVersionMinor "${PACKAGE_VERSION_MINOR}"
#define FCVersionName "${PACKAGE_VERSION_NAME}"
#define FCVersionPoint "${PACKAGE_VERSION_PATCH}"
#define FCVersionSuffix "${PACKAGE_VERSION_SUFFIX}"
// test: $Format:Hash (%H), Date: %ci$
#define FCRevision "35074 (Git)" //Highest committed revision number
#define FCRevisionDate "2023/11/18 18:45:00" //Date of highest committed revision
#define FCRepositoryURL "git://github.com/FreeCAD/FreeCAD.git main" //Repository URL of the working copy
// Git relevant stuff
#define FCRepositoryHash "f30e643c828cbc901377184e752619253308b4f1"
#define FCRepositoryBranch "main"
// Version Number
#define FCVersionMajor "${PACKAGE_VERSION_MAJOR}"
#define FCVersionMinor "${PACKAGE_VERSION_MINOR}"
#define FCVersionName "${PACKAGE_VERSION_NAME}"
#define FCVersionPoint "${PACKAGE_VERSION_PATCH}"
#define FCVersionSuffix "${PACKAGE_VERSION_SUFFIX}"
// 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