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 de2ab55 commit 536f9b0Copy full SHA for 536f9b0
src/projectM-jack/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