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

Increment the version number (1.4.0).

Start the next development milestone.
parent 1cbe4ca8
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,8 @@ execute_process (COMMAND ${GIT} describe HEAD
# out of source.
#
set (CPACK_PACKAGE_VERSION_MAJOR "1")
set (CPACK_PACKAGE_VERSION_MINOR "3")
set (CPACK_PACKAGE_VERSION_PATCH "4")
set (CPACK_PACKAGE_VERSION_MINOR "4")
set (CPACK_PACKAGE_VERSION_PATCH "0")
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