From aad698fa02cdc953076a1673f92c21f860e5319e Mon Sep 17 00:00:00 2001 From: Sven Eberhardt Date: Sun, 14 Oct 2012 22:07:40 +0200 Subject: [PATCH] Raise version to 5.3.0[22] --- Version.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Version.txt b/Version.txt index e72c0b37a..9ea555fe6 100644 --- a/Version.txt +++ b/Version.txt @@ -12,15 +12,15 @@ SET(C4ENGINENICK "openclonk") SET(C4ENGINEID "${C4PROJECT_TLD}.${C4PROJECT_DOMAIN}.${C4ENGINENICK}") SET(C4XVER1 5) -SET(C4XVER2 2) -SET(C4XVER3 90) -SET(C4XVER4 21) +SET(C4XVER2 3) +SET(C4XVER3 0) +SET(C4XVER4 22) # 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 " Beyond the Rocks") -SET(C4VERSIONEXTRA " Alpha") +SET(C4VERSIONEXTRA " Delta") ############################################################################ # Get revision from Mercurial