From 92ec24ea76f238c1fec55645370fbb749abd73d1 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Tue, 29 Nov 2011 05:11:25 +0000 Subject: [PATCH] updated version # to beta2 in prep for new builds --- 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 3cd52d184..e77da831e 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-beta2"; #if defined(SVNVERSION) const string SVN_Rev = string("Rev: ") + string(SVNVERSION); #elif defined(SVNVERSIONHEADER)