Version 5.2.0

Günther Brammer 2011-09-30 16:35:39 +02:00
parent a7763beb25
commit 5303a77474
1 changed files with 5 additions and 5 deletions

View File

@ -22,15 +22,15 @@ SET(C4ENGINECAPTION ${C4ENGINENAME})
SET(C4ENGINEID "${C4PROJECT_TLD}.${C4PROJECT_DOMAIN}.${C4ENGINENICK}")
SET(C4XVER1 5)
SET(C4XVER2 1)
SET(C4XVER3 91)
SET(C4XVER4 0)
SET(C4XVER2 2)
SET(C4XVER3 0)
SET(C4XVER4 1)
# C4VERSIONBUILDNAME should be witty and somewhat frequently changing
# for alpha and beta releases, and meaningful and stable for stable releases.
# Both variables need to start with a space if they aren't empty.
SET(C4VERSIONBUILDNAME " Ariane")
SET(C4VERSIONEXTRA " Beta")
SET(C4VERSIONBUILDNAME " Back to the Rocks")
SET(C4VERSIONEXTRA "")
############################################################################
# Get revision from Mercurial