Skip to content
Snippets Groups Projects
Commit a68369b7 authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

fix version naming, use only latest numeric tag.

parent 81d44910
No related merge requests found
......@@ -107,7 +107,7 @@ add_custom_target(TAGS COMMAND ctags -R --langmap=ObjectiveC:.m -e -f TAGS
# Define PACKAGE_VERSION -- a string constant with tarantool version.
#
set (PACKAGE_VERSION "")
execute_process (COMMAND ${GIT} describe HEAD
execute_process (COMMAND ${GIT} describe --match "[1-9].*" HEAD
OUTPUT_VARIABLE PACKAGE_VERSION
OUTPUT_STRIP_TRAILING_WHITESPACE
)
......
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