Fix leading v

This commit is contained in:
vintagepc 2023-09-22 21:48:22 -04:00 committed by GitHub
parent 98ae24caad
commit 4b66485f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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