From 0c5e0c131aa21c8f15f510a914171e6a7e4adb09 Mon Sep 17 00:00:00 2001 From: Nicolas Hake Date: Thu, 21 May 2015 21:57:14 +0200 Subject: [PATCH] Fix incorrect version string interpolation --- Version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Version.txt b/Version.txt index 68c96427a..a1a756441 100644 --- a/Version.txt +++ b/Version.txt @@ -45,7 +45,7 @@ SET(C4COPYRIGHT_YEAR ${YEARFIXED}) # Build version strings ############################################################################ -SET(C4ENGINECAPTION "${C4ENGINENAME}{$C4VERSIONBUILDNAME}") +set(C4ENGINECAPTION "${C4ENGINECAPTION} ${C4VERSIONBUILDNAME}") set(C4ENGINEINFO "${C4ENGINENAME}") set(C4VERSION "${C4XVER1}.${C4XVER2}")