- updated version # to beta1

This commit is contained in:
Mark Vejvoda 2011-01-22 07:08:46 +00:00
parent a38d773776
commit 15e4792e32

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-dev";
const string glestVersionString = "v3.4.0-beta1";
#if defined(SVNVERSION)
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);
#elif defined(SVNVERSIONHEADER)