From 6fb95fff9ed4c0c0b3a17c282d8959a5b908a083 Mon Sep 17 00:00:00 2001 From: titiger Date: Wed, 22 Feb 2017 01:09:30 +0100 Subject: [PATCH] set version to 3.13-dev as ist for sure no longer compatible with 3.12.0 --- source/glest_game/facilities/game_util.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/glest_game/facilities/game_util.cpp b/source/glest_game/facilities/game_util.cpp index 0a948a72..87d7d43b 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -32,8 +32,8 @@ const char *mailString = " http://bugs.megaglest.org"; // !! Use minor versions !! Only major and minor version control compatibility! // typical version numbers look like this: v3.13-beta1.0 v3.12-dev v3.12.1 // don't forget to update file: source/version.txt -const string glestVersionString = "v3.12-dev"; -const string lastCompatibleSaveGameVersionString = "v3.11.1"; +const string glestVersionString = "v3.13-dev"; +const string lastCompatibleSaveGameVersionString = "v3.13-dev"; #if defined(GITVERSIONHEADER) #include "gitversion.h"