From 23aa98301375d64ef8855cb0a8ad20626034c505 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Mon, 1 Mar 2021 14:55:32 +0200
Subject: [PATCH 16/16] Clean out freeciv-2.7 options file slot

See osdn #41669

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 client/options.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/options.c b/client/options.c
index b3e06a1350..da5037869b 100644
--- a/client/options.c
+++ b/client/options.c
@@ -5184,7 +5184,7 @@ static const char *get_last_option_file_name(bool *allow_digital_boolean)
   static int last_minors[] = {
     0,  /* There was no 0.x releases */
     14, /* 1.14 */
-    7   /* 2.7 */
+    6   /* 2.6 */
   };
 
 #if MINOR_VERSION >= 90
-- 
2.30.1