From 6650efdd14c96ab48c52b21045113dda6751215e Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Fri, 4 Nov 2011 05:25:55 +0000 Subject: [PATCH] updated version to beta1 in prep for beta release --- 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 74aa619b..5521c83b 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.5.3-dev"; +const string glestVersionString = "v3.5.3-beta1"; #if defined(SVNVERSION) const string SVN_Rev = string("Rev: ") + string(SVNVERSION); #elif defined(SVNVERSIONHEADER)