- updated version # to 3.5.0.-beta1

This commit is contained in:
Mark Vejvoda 2011-03-31 23:38:49 +00:00
parent acbb11b327
commit 54469e9090
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ using namespace Shared::Platform;
namespace Glest { namespace Game {
const string mailString = "contact@megaglest.org";
const string glestVersionString = "v3.4.1-dev";
const string glestVersionString = "v3.5.0-beta1";
#if defined(SVNVERSION)
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);
#elif defined(SVNVERSIONHEADER)