Bump version to 7.0-alpha0

Controls
Nicolas Hake 2015-05-21 23:01:50 +02:00
parent 2eb78b617d
commit f13a44e5cc
1 changed files with 2 additions and 2 deletions

View File

@ -22,12 +22,12 @@ SET(C4PROJECT_URL "http://${C4PROJECT_DOMAIN}.${C4PROJECT_TLD}")
SET(C4ENGINENAME "OpenClonk")
SET(C4ENGINENICK "openclonk")
SET(C4XVER1 6)
SET(C4XVER1 7)
SET(C4XVER2 0)
# Set this variable to any string for pre-release versions, like "alpha" or
# "rc1". Don't supply a value for release versions.
SET(C4VERSIONEXTRA)
SET(C4VERSIONEXTRA "alpha0")
# C4VERSIONBUILDNAME should be witty and somewhat frequently changing
# for alpha and beta releases, and meaningful and stable for stable releases.