From 7a6e9371337124d4e7ec4e7318c0c612fdfda635 Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Fri, 9 Sep 2011 20:45:14 +0000 Subject: [PATCH] version set to dev again ( v3.5.3-dev) --- 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 77f2935a..2b415503 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-alpha1"; +const string glestVersionString = "v3.5.3-dev"; #if defined(SVNVERSION) const string SVN_Rev = string("Rev: ") + string(SVNVERSION); #elif defined(SVNVERSIONHEADER)