From ff65495829dac0c5c707bfd416205e2e37151e95 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Tue, 6 Apr 2010 20:44:06 +0000 Subject: [PATCH] Changed ver # in preparation for a new release --- 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 b4fad0e70..7360e9322 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -25,7 +25,7 @@ using namespace Shared::Platform; namespace Glest{ namespace Game{ const string mailString= "contact_game@glest.org"; -const string glestVersionString= "v3.3.2-beta1"; +const string glestVersionString= "v3.3.2"; string getCrashDumpFileName(){ return "glest"+glestVersionString+".dmp";