File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ SET(VERSION_TWEAK 20000)
1414SET(VERSION_FLAVOUR altinityantalya)
1515
1616SET(VERSION_DESCRIBE v25.3.3.20000.altinityantalya)
17- SET(VERSION_STRING 25.3.3.20000.altinityantalya )
17+ SET(VERSION_STRING 25.3.3)
1818# end of autochange
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ if (VERSION_EXTRA)
1111 string (CONCAT VERSION_STRING ${VERSION_STRING} "." ${VERSION_EXTRA} )
1212endif ()
1313
14+ if (VERSION_FLAVOUR)
15+ string (CONCAT VERSION_STRING ${VERSION_STRING} "." ${VERSION_FLAVOUR} )
16+ endif ()
17+
1418set (VERSION_NAME "${PROJECT_NAME} " )
1519set (VERSION_FULL "${VERSION_NAME} ${VERSION_STRING} " )
1620set (VERSION_SO "${VERSION_STRING} " )
@@ -19,5 +23,5 @@ set (VERSION_STRING_SHORT "${VERSION_MAJOR}.${VERSION_MINOR}")
1923math (EXPR VERSION_INTEGER "${VERSION_PATCH} + ${VERSION_MINOR} *1000 + ${VERSION_MAJOR} *1000000" )
2024
2125if (CLICKHOUSE_OFFICIAL_BUILD)
22- set (VERSION_OFFICIAL " (official build)" )
26+ set (VERSION_OFFICIAL " (altinity build)" )
2327endif ()
You can’t perform that action at this time.
0 commit comments