its no longer compatible to beta

This commit is contained in:
titiger 2014-12-19 22:47:09 +01:00
parent 3120ab7453
commit e20d242e2c
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.10.0-beta1";
const string glestVersionString = "v3.10.0-dev";
const string lastCompatibleSaveGameVersionString = "v3.9.0";
#if defined(GITVERSION)
const string GIT_RawRev = string(GITVERSION);