We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab0d6d commit 307d082Copy full SHA for 307d082
CMakeLists.txt
@@ -1,6 +1,6 @@
1
SET(CPACK_PACKAGE_VERSION_MAJOR "3")
2
SET(CPACK_PACKAGE_VERSION_MINOR "0")
3
-SET(CPACK_PACKAGE_VERSION_PATCH "1")
+SET(CPACK_PACKAGE_VERSION_PATCH "2")
4
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
5
SET(RELEASE_NAME "Girona")
6
IF (POLICY CMP0048) # in CMake 3.0.0+
0 commit comments