From f6fa644325223f22d01298fefdc46783183ff5b4 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Sat, 8 Jun 2024 23:05:04 +0300
Subject: [PATCH 27/28] Freeze datafile formats

- Bump datafile capstrings to their final freeciv-3.2 form
- Set version number to 3.2.0, and freeze version flag on
- Set datasubdir to "3.2"

See RM #397

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 fc_version | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/fc_version b/fc_version
index 3fd3ba8034..ba9bfd420b 100755
--- a/fc_version
+++ b/fc_version
@@ -6,9 +6,9 @@
 # Version definition for Freeciv.
 
 MAJOR_VERSION="3"
-MINOR_VERSION="1"
-PATCH_VERSION="94"
-EMERGENCY_VERSION="8"
+MINOR_VERSION="2"
+PATCH_VERSION="0"
+EMERGENCY_VERSION=""
 VERSION_LABEL="-alpha3+"
 
 # Type is either "development" or "stable"
@@ -56,7 +56,7 @@ fi
 # platforms/macos/homebrew-appbundle.sh -Dfollowtag to "macos"
 
 IS_DEVEL_VERSION=1
-IS_FREEZE_VERSION=0
+IS_FREEZE_VERSION=1
 IS_BETA_VERSION=0
 
 NEXT_STABLE_VERSION="3.2.0"
@@ -65,7 +65,7 @@ NEXT_STABLE_VERSION="3.2.0"
 RELEASE_MONTH=0
 
 MAIN_VERSION=3.2
-DATASUBDIR=test
+DATASUBDIR=3.2
 DEFAULT_FOLLOW_TAG=S3_2
 
 # Freeciv network capstring: see documentation in common/capstr.c
-- 
2.43.0

