From 4d106807485375a89089719cee43fc09e0c5af58 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Wed, 23 Jun 2010 14:52:11 +0000 Subject: [PATCH] - updated beta 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 b4e20e54..87a8d048 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-beta9"; +const string glestVersionString= "v3.3.5-beta10"; string getCrashDumpFileName(){ return "glest" + glestVersionString + ".dmp";