From f5a759666e1ffc086823660c26dff13989ac6a6a Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Tue, 22 Jun 2010 15:06:06 +0000 Subject: [PATCH] - updated version number --- 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 b583518f1..b4e20e54e 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-beta8"; +const string glestVersionString= "v3.3.5-beta9"; string getCrashDumpFileName(){ return "glest" + glestVersionString + ".dmp";