Post-release version bump

Günther Brammer 2011-10-21 20:35:06 +02:00
parent 78b6f73efe
commit 7dcc36b27a
1 changed files with 4 additions and 4 deletions

View File

@ -23,14 +23,14 @@ SET(C4ENGINEID "${C4PROJECT_TLD}.${C4PROJECT_DOMAIN}.${C4ENGINENICK}")
SET(C4XVER1 5)
SET(C4XVER2 2)
SET(C4XVER3 0)
SET(C4XVER4 1)
SET(C4XVER3 90)
SET(C4XVER4 20)
# 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 " Back to the Rocks")
SET(C4VERSIONEXTRA "")
SET(C4VERSIONBUILDNAME " Beyond the Rocks")
SET(C4VERSIONEXTRA " Alpha")
############################################################################
# Get revision from Mercurial