version set to dev again ( data does not fit anymore )

This commit is contained in:
Titus Tscharntke 2013-09-15 21:39:22 +00:00
parent a5834ddf57
commit 3f7d608955
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-beta2";
const string glestVersionString = "v3.8.0-dev";
#if defined(SVNVERSION)
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);
#elif defined(SVNVERSIONHEADER)