v3.10.0-beta1

This commit is contained in:
titiger 2014-12-02 23:37:48 +01:00
parent 40df13461e
commit 974e04ef1f
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-dev";
const string glestVersionString = "v3.10.0-beta1";
const string lastCompatibleSaveGameVersionString = "v3.9.0";
#if defined(GITVERSION)
const string GIT_RawRev = string(GITVERSION);