Tasks #397 » 0018-Freeze-datafile-formats.patch
fc_version | ||
---|---|---|
# Version definition for Freeciv.
|
||
MAJOR_VERSION="3"
|
||
MINOR_VERSION="1"
|
||
PATCH_VERSION="94"
|
||
EMERGENCY_VERSION="10"
|
||
MINOR_VERSION="2"
|
||
PATCH_VERSION="0"
|
||
EMERGENCY_VERSION=""
|
||
VERSION_LABEL="-alpha3+"
|
||
# Type is either "development" or "stable"
|
||
... | ... | |
# 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"
|
||
... | ... | |
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
|
meson.build | ||
---|---|---|
# Release cycle phases
|
||
# See fc_version about proper values for these.
|
||
datasubdir = 'test'
|
||
datasubdir = '3.2'
|
||
priv_conf_data.set('DATASUBDIR', datasubdir)
|
||
priv_conf_data.set('IS_DEVEL_VERSION', 1)
|
||
priv_conf_data.set('IS_FREEZE_VERSION', 0)
|
||
priv_conf_data.set('IS_FREEZE_VERSION', 1)
|
||
priv_conf_data.set('IS_BETA_VERSION', 0)
|
||
priv_conf_data.set('FREECIV_RELEASE_MONTH', 0)
|
||
priv_conf_data.set('NEXT_STABLE_VERSION', '"3.2.0"')
|
- « Previous
- 1
- …
- 6
- 7
- 8
- Next »