We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9d6eb commit 96a1b86Copy full SHA for 96a1b86
CMakeLists.txt
@@ -1,5 +1,5 @@
1
-SET(CPACK_PACKAGE_VERSION_MAJOR "1")
2
-SET(CPACK_PACKAGE_VERSION_MINOR "9")
+SET(CPACK_PACKAGE_VERSION_MAJOR "2")
+SET(CPACK_PACKAGE_VERSION_MINOR "1")
3
SET(CPACK_PACKAGE_VERSION_PATCH "0")
4
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
5
SET(RELEASE_NAME "Master")
0 commit comments