From 064addf888b624bb6dc686aaa68fe2cfd8888dfd Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Mon, 4 Apr 2011 18:32:16 +0000 Subject: [PATCH] - update ver# because current svn code not compatible with beta1 --- 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 5cdc68cc..0d7b141b 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 string mailString = "contact@megaglest.org"; -const string glestVersionString = "v3.5.0-beta1"; +const string glestVersionString = "v3.5.0-beta2"; #if defined(SVNVERSION) const string SVN_Rev = string("Rev: ") + string(SVNVERSION); #elif defined(SVNVERSIONHEADER)