From 2aff0f1776c5c0ecedb913ec488eea059e405354 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Sat, 3 May 2025 16:36:02 +0300
Subject: [PATCH 19/46] INSTALL.autotools: Correct default client documentation

See RM #1364

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 doc/INSTALL.autotools | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/INSTALL.autotools b/doc/INSTALL.autotools
index 3a10e239b6..0d1af3e26e 100644
--- a/doc/INSTALL.autotools
+++ b/doc/INSTALL.autotools
@@ -8,7 +8,7 @@ Installing Freeciv:
 
 This file describes how to compile and install Freeciv. Last time we
 made sure this file is up to date was 16-Jul-06.
-Last minor update was 17-Apr-25.
+Last minor update was 03-May-25.
 
 There may be a localized version of this file in the ./doc directory,
 named INSTALL.<locale> (e.g., INSTALL.de).
@@ -194,9 +194,6 @@ Minimum version for SDL2 is 2.0.6.
    The "Gtk+" widget library was designed for the GIMP graphics program.
    Since then it has gained popularity as an easy to program, free toolkit.
 
-   "Gtk+ 3.22" is the default client. If you don't specify any client with
-   "--enable-client" to configure, you will get "Gtk+ 3.22" client.
-
    The "Gtk+" library comes with one companion libraries:
 
      "Gdk":
@@ -263,6 +260,9 @@ following order: pkgconf, Glib, Atk, Pango, Gdk-Pixbuf, Gtk+.
    The "Gtk" widget library was designed for the GIMP graphics program.
    Since then it has gained popularity as an easy to program, free toolkit.
 
+   "Gtk 4" is the default client. If you don't specify any client with
+   "--enable-client" to configure, you will get "Gtk 4" client.
+
    The "Gtk" library comes with one companion libraries:
 
      "Gdk":
-- 
2.47.2

