Changed ver # in preparation for a new release

This commit is contained in:
Mark Vejvoda 2010-04-16 08:29:58 +00:00
parent 98dedbe0b7
commit 3d670be353
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ using namespace Shared::Platform;
namespace Glest{ namespace Game{
const string mailString= "contact_game@glest.org";
const string glestVersionString= "v3.3.4-dev";
const string glestVersionString= "v3.3.4";
string getCrashDumpFileName(){
return "glest"+glestVersionString+".dmp";