add maj/min package version
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user