mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
13 lines
439 B
Plaintext
13 lines
439 B
Plaintext
# This variables autochanged by tests/ci/version_helper.py:
|
|
|
|
# NOTE: 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 4)
|
|
SET(VERSION_PATCH 1)
|
|
SET(VERSION_GITHASH 2c5c589a882ceec35439650337b92db3e76f0081)
|
|
SET(VERSION_DESCRIBE v24.4.1.1-testing)
|
|
SET(VERSION_STRING 24.4.1.1)
|
|
# end of autochange
|