Skip to content

Commit f3a122a

Browse files
committed
bump the VERSION
1 parent f288f86 commit f3a122a

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

5353
SET(CPACK_PACKAGE_VERSION_MAJOR 3)
5454
SET(CPACK_PACKAGE_VERSION_MINOR 4)
55-
SET(CPACK_PACKAGE_VERSION_PATCH 7)
55+
SET(CPACK_PACKAGE_VERSION_PATCH 8)
5656

5757
SET(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
5858
MATH(EXPR MARIADB_PACKAGE_VERSION_ID "${CPACK_PACKAGE_VERSION_MAJOR} * 10000 +

0 commit comments

Comments
 (0)