version is set to 3.9-dev until versioning system is discussed

This commit is contained in:
Titus Tscharntke 2013-11-17 10:41:09 +00:00
parent 4478b8d1df
commit d2cb21d818
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";
const string glestVersionString = "v3.9-dev";
#if defined(SVNVERSION)
const string SVN_RawRev = string(SVNVERSION);
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);