- updated version # for next dev cycle

This commit is contained in:
Mark Vejvoda 2011-02-03 19:20:26 +00:00
parent 2498d44cd3
commit 5fd1bbe855
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.0";
const string glestVersionString = "v3.4.1-dev";
#if defined(SVNVERSION)
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);
#elif defined(SVNVERSIONHEADER)