From 21fa182a5c0afa400b309957b7a8d5c3c1734158 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja.osipov@gmail.com> Date: Sat, 14 May 2011 16:08:35 +0400 Subject: [PATCH] Preparing to re-tag a master stable for release. In order for the next master-stable tag to stay on the master-stable branch and not confuse git describe of 'master', increase the release version of the 'master' (unstable). --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8065e38099..7fbb924f8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -116,7 +116,7 @@ execute_process (COMMAND ${GIT} describe HEAD # set (CPACK_PACKAGE_VERSION_MAJOR "1") set (CPACK_PACKAGE_VERSION_MINOR "4") -set (CPACK_PACKAGE_VERSION_PATCH "0") +set (CPACK_PACKAGE_VERSION_PATCH "1") if (TARANTOOL_VERSION STREQUAL "") set (TARANTOOL_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") -- GitLab