changed version number to avoid beta1 people joining svn test games

This commit is contained in:
Titus Tscharntke 2013-10-27 16:17:20 +00:00
parent 0b2d58f03b
commit 35b8251bef
1 changed files with 1 additions and 1 deletions

View File

@ -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);