diff --git a/source/glest_game/facilities/game_util.cpp b/source/glest_game/facilities/game_util.cpp index 591d3109e..cf5fa9fde 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -22,7 +22,7 @@ using namespace Shared::Util; namespace Glest{ namespace Game{ const string mailString= "contact_game@glest.org"; -const string glestVersionString= "v3.2.3-beta3"; +const string glestVersionString= "v3.2.3"; string getCrashDumpFileName(){ return "glest"+glestVersionString+".dmp";