mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
13 lines
452 B
Plaintext
13 lines
452 B
Plaintext
# This variables autochanged by tests/ci/version_helper.py:
|
|
|
|
# NOTE: VERSION_REVISION has nothing common with DBMS_TCP_PROTOCOL_VERSION,
|
|
# only DBMS_TCP_PROTOCOL_VERSION should be incremented on protocol changes.
|
|
SET(VERSION_REVISION 54485)
|
|
SET(VERSION_MAJOR 24)
|
|
SET(VERSION_MINOR 3)
|
|
SET(VERSION_PATCH 7)
|
|
SET(VERSION_GITHASH 587011815930fc68dd85a018d4c7f6740bbb9c83)
|
|
SET(VERSION_DESCRIBE v24.3.7.1-lts)
|
|
SET(VERSION_STRING 24.3.7.1)
|
|
# end of autochange
|