File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ SET(VERSION_TWEAK 20000)
14
14
SET(VERSION_FLAVOUR altinityantalya)
15
15
16
16
SET(VERSION_DESCRIBE v25.3.3.20000.altinityantalya)
17
- SET(VERSION_STRING 25.3.3)
17
+ SET(VERSION_STRING 25.3.3.20000.altinityantalya )
18
18
# end of autochange
Original file line number Diff line number Diff line change @@ -3,18 +3,15 @@ include(${PROJECT_SOURCE_DIR}/cmake/autogenerated_versions.txt)
3
3
set (VERSION_EXTRA "" CACHE STRING "" )
4
4
set (VERSION_TWEAK "" CACHE STRING "" )
5
5
6
- if (VERSION_TWEAK)
7
- string (CONCAT VERSION_STRING ${VERSION_STRING} "." ${VERSION_TWEAK} )
8
- endif ()
6
+ # NOTE(vnemkov): we rely on VERSION_TWEAK portion to be already present in VERSION_STRING
7
+ # if (VERSION_TWEAK)
8
+ # string(CONCAT VERSION_STRING ${VERSION_STRING} "." ${VERSION_TWEAK})
9
+ # endif ()
9
10
10
11
if (VERSION_EXTRA)
11
12
string (CONCAT VERSION_STRING ${VERSION_STRING} "." ${VERSION_EXTRA} )
12
13
endif ()
13
14
14
- if (VERSION_FLAVOUR)
15
- string (CONCAT VERSION_STRING ${VERSION_STRING} "." ${VERSION_FLAVOUR} )
16
- endif ()
17
-
18
15
set (VERSION_NAME "${PROJECT_NAME} " )
19
16
set (VERSION_FULL "${VERSION_NAME} ${VERSION_STRING} " )
20
17
set (VERSION_SO "${VERSION_STRING} " )
You can’t perform that action at this time.
0 commit comments