Skip to content
Snippets Groups Projects
Commit 21fa182a authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

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).
parent 2aa1837d
No related branches found
No related tags found
No related merge requests found
......@@ -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}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment