Skip to content

Commit fcb61b5

Browse files
committed
Bump version number. New version 3.1.22
1 parent a3bba46 commit fcb61b5

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
@@ -37,7 +37,7 @@ SET(CC_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
3737

3838
SET(CPACK_PACKAGE_VERSION_MAJOR 3)
3939
SET(CPACK_PACKAGE_VERSION_MINOR 1)
40-
SET(CPACK_PACKAGE_VERSION_PATCH 21)
40+
SET(CPACK_PACKAGE_VERSION_PATCH 22)
4141
SET(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
4242
MATH(EXPR MARIADB_PACKAGE_VERSION_ID "${CPACK_PACKAGE_VERSION_MAJOR} * 10000 +
4343
${CPACK_PACKAGE_VERSION_MINOR} * 100 +

0 commit comments

Comments
 (0)