From fa82d1712ac76d951fd1c61b6f69e6adb147e8f3 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Fri, 22 Apr 2011 00:31:10 +0000 Subject: [PATCH] - updated version to 3.5.1-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 56064213..c7765564 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"; +const string glestVersionString = "v3.5.1-dev"; #if defined(SVNVERSION) const string SVN_Rev = string("Rev: ") + string(SVNVERSION); #elif defined(SVNVERSIONHEADER)