add maj/min package version

This commit is contained in:
John
2022-04-30 15:36:18 +02:00
parent 856e23be13
commit b20b81ae32
3 changed files with 14 additions and 0 deletions
+6
View File
@@ -60,3 +60,9 @@
/* The version of the package. */
#cmakedefine VERSION "${VERSION}"
/* The major version of the package. */
#cmakedefine PACKAGE_VERSION_MAJOR ${PACKAGE_VERSION_MAJOR}
/* The minor version of the package. */
#cmakedefine PACKAGE_VERSION_MINOR ${PACKAGE_VERSION_MINOR}