From 270954a289466e5752102969358530528d8be423 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 22 Mar 2023 03:55:20 +0200 Subject: [PATCH 34/34] Bump version number to 3.1.93 Start nes dev-save-compat block See osdn #47631 Signed-off-by: Marko Lindqvist --- fc_version | 4 ++-- server/savegame/savecompat.c | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/fc_version b/fc_version index a077fb896e..2690f7cd60 100755 --- a/fc_version +++ b/fc_version @@ -7,8 +7,8 @@ MAJOR_VERSION="3" MINOR_VERSION="1" -PATCH_VERSION="92" -EMERGENCY_VERSION="8" +PATCH_VERSION="93" +EMERGENCY_VERSION="" VERSION_LABEL="-alpha" # Type is either "development" or "stable" diff --git a/server/savegame/savecompat.c b/server/savegame/savecompat.c index fe3f41da12..723275fe7e 100644 --- a/server/savegame/savecompat.c +++ b/server/savegame/savecompat.c @@ -2876,6 +2876,11 @@ static void compat_load_dev(struct loaddata *loading) } /* Version < 3.1.93 */ + if (game_version < 3019400) { + /* Before version number bump to 3.1.94 */ + + } /* Version < 3.1.94 */ + #endif /* FREECIV_DEV_SAVE_COMPAT_3_2 */ } -- 2.39.2