- updated version # to beta2 (for screenshot fix)

This commit is contained in:
Mark Vejvoda 2011-01-22 18:29:51 +00:00
parent 8213d8eed9
commit 787db6df9f
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-beta1";
const string glestVersionString = "v3.4.0-beta2";
#if defined(SVNVERSION)
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);
#elif defined(SVNVERSIONHEADER)