From 974e04ef1f0ed39d5ffb853376897b96f2a6ee31 Mon Sep 17 00:00:00 2001 From: titiger Date: Tue, 2 Dec 2014 23:37:48 +0100 Subject: [PATCH] v3.10.0-beta1 --- 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 bd58e079..23631bb1 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -27,7 +27,7 @@ using namespace Shared::Platform; namespace Glest { namespace Game { const char *mailString = " http://bugs.megaglest.org"; -const string glestVersionString = "v3.10.0-dev"; +const string glestVersionString = "v3.10.0-beta1"; const string lastCompatibleSaveGameVersionString = "v3.9.0"; #if defined(GITVERSION) const string GIT_RawRev = string(GITVERSION);