提交 0094a495 编写于 作者: R robot-clickhouse

Auto version update to [19.16.17.80] [54427]

上级 c560fe1c
../dbms/cmake/version.cmake
\ No newline at end of file
# This strings autochanged from release_lib.sh:
set(VERSION_REVISION 54427)
set(VERSION_MAJOR 19)
set(VERSION_MINOR 16)
set(VERSION_PATCH 17)
set(VERSION_GITHASH c560fe1cb817afa0906eb03f882216b0042d30b2)
set(VERSION_DESCRIBE v19.16.17.80-stable)
set(VERSION_STRING 19.16.17.80)
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")
set(VERSION_TWEAK "" CACHE STRING "")
if (VERSION_TWEAK)
string(CONCAT VERSION_STRING ${VERSION_STRING} "." ${VERSION_TWEAK})
endif ()
if (VERSION_EXTRA)
string(CONCAT VERSION_STRING ${VERSION_STRING} "." ${VERSION_EXTRA})
endif ()
set (VERSION_NAME "${PROJECT_NAME}")
set (VERSION_FULL "${VERSION_NAME} ${VERSION_STRING}")
set (VERSION_SO "${VERSION_STRING}")
math (EXPR VERSION_INTEGER "${VERSION_PATCH} + ${VERSION_MINOR}*1000 + ${VERSION_MAJOR}*1000000")
if(YANDEX_OFFICIAL_BUILD)
set(VERSION_OFFICIAL " (official build)")
endif()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册