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 a3bba46 commit fcb61b5Copy full SHA for fcb61b5
CMakeLists.txt
@@ -37,7 +37,7 @@ SET(CC_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
37
38
SET(CPACK_PACKAGE_VERSION_MAJOR 3)
39
SET(CPACK_PACKAGE_VERSION_MINOR 1)
40
-SET(CPACK_PACKAGE_VERSION_PATCH 21)
+SET(CPACK_PACKAGE_VERSION_PATCH 22)
41
SET(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
42
MATH(EXPR MARIADB_PACKAGE_VERSION_ID "${CPACK_PACKAGE_VERSION_MAJOR} * 10000 +
43
${CPACK_PACKAGE_VERSION_MINOR} * 100 +
0 commit comments