From 5454caf5fa553989f3b7876a5f7632c19e437626 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sat, 7 May 2011 20:22:09 +0000 Subject: [PATCH] - updating version to 3.5.1 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 1fe373fa2..b372246e5 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.1-dev"; +const string glestVersionString = "v3.5.1"; #if defined(SVNVERSION) const string SVN_Rev = string("Rev: ") + string(SVNVERSION); #elif defined(SVNVERSIONHEADER)