From 5fd1bbe85536659493e2acafcbdee29a0c2e1d5a Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 3 Feb 2011 19:20:26 +0000 Subject: [PATCH] - updated version # for next dev cycle --- 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 5090a530..e7730ad4 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.4.0"; +const string glestVersionString = "v3.4.1-dev"; #if defined(SVNVERSION) const string SVN_Rev = string("Rev: ") + string(SVNVERSION); #elif defined(SVNVERSIONHEADER)