as there are already several changes to originla 3.9.0 we better set a new version number

This commit is contained in:
titiger 2013-12-09 23:14:33 +01:00
parent d75aefc35e
commit dcada00514
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.9.0";
const string glestVersionString = "v3.9.1-dev";
#if defined(GITVERSION)
const string GIT_RawRev = string(GITVERSION);
const string GIT_Rev = string("Rev: ") + string(GITVERSION);