We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3597a commit 22b1a91Copy full SHA for 22b1a91
src/projectM-test/cmake/CPack-projectM.cmake
@@ -17,8 +17,8 @@ SET(CPACK_SOURCE_TBZ2 ON)
17
#SET(CPACK_BINARY_TGZ ON)
18
#SET(CPACK_SOURCE_Z OFF)
19
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
20
-SET(CPACK_PACKAGE_VERSION_MINOR "0")
21
-SET(CPACK_PACKAGE_VERSION_PATCH "1")
+SET(CPACK_PACKAGE_VERSION_MINOR "1")
+SET(CPACK_PACKAGE_VERSION_PATCH "0")
22
23
INCLUDE(CPack)
24
0 commit comments