From 4b66485f46f14a6b738de6867b6a2451dd75f0a2 Mon Sep 17 00:00:00 2001 From: vintagepc <53943260+vintagepc@users.noreply.github.com> Date: Fri, 22 Sep 2023 21:48:22 -0400 Subject: [PATCH] Fix leading v --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a34bfe7f1..499196a7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,9 +92,11 @@ else() endif() set(FW_COMMIT_HASH "0") # Clear it, the code expects a binary... 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() +#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 set(MAIN_LANGUAGES cs de es fr it pl