Skip to content

Commit 95d5623

Browse files
committed
Bump version number -> 3.3.12
1 parent 998a8da commit 95d5623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SET(CC_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
3636

3737
SET(CPACK_PACKAGE_VERSION_MAJOR 3)
3838
SET(CPACK_PACKAGE_VERSION_MINOR 3)
39-
SET(CPACK_PACKAGE_VERSION_PATCH 11)
39+
SET(CPACK_PACKAGE_VERSION_PATCH 12)
4040
SET(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
4141
MATH(EXPR MARIADB_PACKAGE_VERSION_ID "${CPACK_PACKAGE_VERSION_MAJOR} * 10000 +
4242
${CPACK_PACKAGE_VERSION_MINOR} * 100 +

0 commit comments

Comments
 (0)