From 5303a774748b5cf7eb385f9440f8f910bf8053f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Brammer?= Date: Fri, 30 Sep 2011 16:35:39 +0200 Subject: [PATCH] Version 5.2.0 --- Version.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Version.txt b/Version.txt index 475ffe81e..45222091f 100644 --- a/Version.txt +++ b/Version.txt @@ -22,15 +22,15 @@ SET(C4ENGINECAPTION ${C4ENGINENAME}) SET(C4ENGINEID "${C4PROJECT_TLD}.${C4PROJECT_DOMAIN}.${C4ENGINENICK}") SET(C4XVER1 5) -SET(C4XVER2 1) -SET(C4XVER3 91) -SET(C4XVER4 0) +SET(C4XVER2 2) +SET(C4XVER3 0) +SET(C4XVER4 1) # 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 " Ariane") -SET(C4VERSIONEXTRA " Beta") +SET(C4VERSIONBUILDNAME " Back to the Rocks") +SET(C4VERSIONEXTRA "") ############################################################################ # Get revision from Mercurial