From 35b8251bef2db237c744cb62b554fbc9cda8ff4e Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Sun, 27 Oct 2013 16:17:20 +0000 Subject: [PATCH] changed version number to avoid beta1 people joining svn test games --- 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 1f2bfb46..e495c81a 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.8.0-dev"; +const string glestVersionString = "v3.8-dev"; #if defined(SVNVERSION) const string SVN_RawRev = string(SVNVERSION); const string SVN_Rev = string("Rev: ") + string(SVNVERSION);