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 5e48507 commit c7df97aCopy full SHA for c7df97a
src/libprojectM/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
IF(CPACK_PROJECTM_INCLUDED)
24
INCLUDE(CPack)
0 commit comments