From 25f2b92892c8ae6208e13f717a1f0f98109667de Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Wed, 6 Feb 2013 23:00:25 +0000 Subject: [PATCH] - update version to 3.8-dev as svn seems to be no longer compatible with 3.7.x --- 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 f03df0d6..8e97956d 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 char *mailString = " http://bugs.megaglest.org"; -const string glestVersionString = "v3.7.2-dev"; +const string glestVersionString = "v3.8-dev"; #if defined(SVNVERSION) const string SVN_Rev = string("Rev: ") + string(SVNVERSION); #elif defined(SVNVERSIONHEADER)