From 90d36ab79061ff4fabeecc09282ea48208286904 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 4 Jul 2022 19:14:36 +0300 Subject: [PATCH 03/28] Freeze datafile formats - Bump datafile capstrings to their final freeciv-3.1 form - Set version number to 3.1.0, and freeze version flag on - Set datasubdir to "3.1" See osdn #44342 Signed-off-by: Marko Lindqvist --- fc_version | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fc_version b/fc_version index eec7e76c64..ee0b52c299 100755 --- a/fc_version +++ b/fc_version @@ -6,10 +6,10 @@ # Version definition for Freeciv. MAJOR_VERSION="3" -MINOR_VERSION="0" -PATCH_VERSION="94" -EMERGENCY_VERSION="9" -VERSION_LABEL="-alpha3+" +MINOR_VERSION="1" +PATCH_VERSION="0" +EMERGENCY_VERSION="" +VERSION_LABEL="-alpha4" # 1) Development until MAJOR and MINOR version numbers are # set to new release series: @@ -38,7 +38,7 @@ VERSION_LABEL="-alpha3+" # windows/installer_msys2/Makefile --with-followtag to "windows" IS_DEVEL_VERSION=1 -IS_FREEZE_VERSION=0 +IS_FREEZE_VERSION=1 IS_BETA_VERSION=0 NEXT_STABLE_VERSION="3.1.0" @@ -46,7 +46,7 @@ NEXT_STABLE_VERSION="3.1.0" # 0 to disable display of release month until we can make better estimate RELEASE_MONTH=0 -DATASUBDIR=test +DATASUBDIR=3.1 DEFAULT_FOLLOW_TAG=S3_1 # Freeciv network capstring: see documentation in common/capstr.c -- 2.35.1