From 38542f9d02f29a8830352dfe0c38fa41ae71f4d1 Mon Sep 17 00:00:00 2001 From: wangbin Date: Tue, 25 Apr 2023 20:30:42 +0800 Subject: [PATCH] Release 4.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 261b6b92..ca6e930c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,8 +65,8 @@ EXECUTE_PROCESS(COMMAND git describe --tags ) MESSAGE(STATUS "building from ${GIT_REVISION}") SET(CPACK_PACKAGE_VERSION_MAJOR "2") -SET(CPACK_PACKAGE_VERSION_MINOR "3") -SET(CPACK_PACKAGE_VERSION_PATCH "9") +SET(CPACK_PACKAGE_VERSION_MINOR "4") +SET(CPACK_PACKAGE_VERSION_PATCH "0") SET(CPACK_PACKAGE_VENDOR "MySQL") SET(PACKAGE_NAME cetus)