Bump version to 6.1-rc1.

stable-6.1
Nicolas Hake 2015-05-21 22:57:52 +02:00
parent b3b30e1631
commit bc624176e7
1 changed files with 2 additions and 2 deletions

View File

@ -23,11 +23,11 @@ SET(C4ENGINENAME "OpenClonk")
SET(C4ENGINENICK "openclonk")
SET(C4XVER1 6)
SET(C4XVER2 0)
SET(C4XVER2 1)
# 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 "rc1")
# C4VERSIONBUILDNAME should be witty and somewhat frequently changing
# for alpha and beta releases, and meaningful and stable for stable releases.