mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +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 54484)
|
|
SET(VERSION_MAJOR 24)
|
|
SET(VERSION_MINOR 3)
|
|
SET(VERSION_PATCH 5)
|
|
SET(VERSION_GITHASH 31a7bdc346d7d713ea90b6818752bb8f512a6952)
|
|
SET(VERSION_DESCRIBE v24.3.5.1-lts)
|
|
SET(VERSION_STRING 24.3.5.1)
|
|
# end of autochange
|