Fix incorrect version string interpolation

stable-6.1
Nicolas Hake 2015-05-21 21:57:14 +02:00
parent 0f2f936de3
commit 0c5e0c131a
1 changed files with 1 additions and 1 deletions

View File

@ -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}")