From bc785bdb6a306b6868ba36320e2d66c5e1179e61 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sat, 7 Aug 2010 08:19:01 +0000 Subject: [PATCH] - incremented version to beta2 since code changes are NOT backward version compatible --- source/glest_game/facilities/game_util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/facilities/game_util.cpp b/source/glest_game/facilities/game_util.cpp index f3c0d3fd..0f462e4d 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -26,7 +26,7 @@ using namespace Shared::Platform; namespace Glest{ namespace Game{ const string mailString= "contact_game@glest.org"; -const string glestVersionString= "v3.3.5.1-beta1"; +const string glestVersionString= "v3.3.5.1-beta2"; string getCrashDumpFileName(){ return "glest" + glestVersionString + ".dmp";