From f13a44e5ccc58285e0a24c06f3f11d72b88868d6 Mon Sep 17 00:00:00 2001 From: Nicolas Hake Date: Thu, 21 May 2015 23:01:50 +0200 Subject: [PATCH] Bump version to 7.0-alpha0 --- Version.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Version.txt b/Version.txt index 8814def06..69f60bde6 100644 --- a/Version.txt +++ b/Version.txt @@ -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.