From c8f25c95f39441c9810fae113162f499a0ed81d2 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sat, 23 Jul 2011 23:23:42 +0000 Subject: [PATCH] - updated version to aplha1 for user testing --- 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 2b415503d..77f2935ab 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.3-dev"; +const string glestVersionString = "v3.5.3-alpha1"; #if defined(SVNVERSION) const string SVN_Rev = string("Rev: ") + string(SVNVERSION); #elif defined(SVNVERSIONHEADER)