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 998a8da commit 95d5623Copy full SHA for 95d5623
CMakeLists.txt
@@ -36,7 +36,7 @@ SET(CC_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
36
37
SET(CPACK_PACKAGE_VERSION_MAJOR 3)
38
SET(CPACK_PACKAGE_VERSION_MINOR 3)
39
-SET(CPACK_PACKAGE_VERSION_PATCH 11)
+SET(CPACK_PACKAGE_VERSION_PATCH 12)
40
SET(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
41
MATH(EXPR MARIADB_PACKAGE_VERSION_ID "${CPACK_PACKAGE_VERSION_MAJOR} * 10000 +
42
${CPACK_PACKAGE_VERSION_MINOR} * 100 +
0 commit comments