mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 03:53:41 +00:00
85b63ecadf
As @alexey-milovidov wrote. P.S. I did not use ./utils/release/release_lib.sh (via ./release), since it is pretty complex (it fetches tags and so on) The following macros has been updated: - VERSION_REVISION -- usually bumped with utils/release/release_lib.sh (interesting that even if there were no changes) - DBMS_MIN_REVISION_WITH_INTERSERVER_SECRET - DBMS_TCP_PROTOCOL_VERSION -- does not affect anything, some internal yandex stuff
10 lines
296 B
Plaintext
10 lines
296 B
Plaintext
# This strings autochanged from release_lib.sh:
|
|
SET(VERSION_REVISION 54441)
|
|
SET(VERSION_MAJOR 20)
|
|
SET(VERSION_MINOR 10)
|
|
SET(VERSION_PATCH 1)
|
|
SET(VERSION_GITHASH 11a247d2f42010c1a17bf678c3e00a4bc89b23f8)
|
|
SET(VERSION_DESCRIBE v20.10.1.1-prestable)
|
|
SET(VERSION_STRING 20.10.1.1)
|
|
# end of autochange
|