From 0cee4711d80a3d9c1be073861a68c7f6ac5d30f4 Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Fri, 9 Nov 2012 23:57:58 +0000 Subject: [PATCH] version set to beta3 as its no longer compatible --- source/glest_game/facilities/game_util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/facilities/game_util.cpp b/source/glest_game/facilities/game_util.cpp index 54fdf91c0..eaf0ffe75 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -27,7 +27,7 @@ using namespace Shared::Platform; namespace Glest { namespace Game { const char *mailString = " http://bugs.megaglest.org"; -const string glestVersionString = "v3.7.0-beta2"; +const string glestVersionString = "v3.7.0-beta3"; #if defined(SVNVERSION) const string SVN_Rev = string("Rev: ") + string(SVNVERSION); #elif defined(SVNVERSIONHEADER)