Fix leading v
This commit is contained in:
parent
98ae24caad
commit
4b66485f46
|
|
@ -92,9 +92,11 @@ else()
|
||||||
endif()
|
endif()
|
||||||
set(FW_COMMIT_HASH "0") # Clear it, the code expects a binary...
|
set(FW_COMMIT_HASH "0") # Clear it, the code expects a binary...
|
||||||
set(PROJECT_VERSION_TIMESTAMP "0")
|
set(PROJECT_VERSION_TIMESTAMP "0")
|
||||||
set(PROJECT_VERSION_FULL "v${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_REV}-${PROJECT_VERSION_FLV}${PROJECT_VERSION_FLV_VER}-${PROJECT_VERSION_COMMIT}")
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
#Rewrite to remove leading v, or set it entirely if the data came from Configuration.h
|
||||||
|
set(PROJECT_VERSION_FULL "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_REV}-${PROJECT_VERSION_FLV}${PROJECT_VERSION_FLV_VER}-${PROJECT_VERSION_COMMIT}")
|
||||||
|
|
||||||
# Language configuration
|
# Language configuration
|
||||||
set(MAIN_LANGUAGES
|
set(MAIN_LANGUAGES
|
||||||
cs de es fr it pl
|
cs de es fr it pl
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue