3 # Copyright (C) 2004-2008 Freeciv team
5 # Version definition for Freeciv.
10 VERSION_LABEL="-beta0"
12 # 1) Development until MAJOR and MINOR version numbers are
13 # set to new release series:
14 # - IS_DEVEL_VERSION=1
15 # - IS_FREEZE_VERSION=0
18 # 2) Development from version number bump to first beta:
19 # - IS_DEVEL_VERSION=1
20 # - IS_FREEZE_VERSION=1
23 # 3) Development from first beta to first RC:
24 # - IS_DEVEL_VERSION=0
25 # - IS_FREEZE_VERSION=0
28 # 4) Stable, starting from first RC:
29 # - IS_DEVEL_VERSION=0
30 # - IS_FREEZE_VERSION=0
37 NEXT_STABLE_VERSION="2.5.0"
39 # 0 to disable display of release month until we can make better estimate
43 DEFAULT_FOLLOW_TAG=stable
45 # Freeciv network capstring: see documentation in common/capstr.c
47 # +Freeciv.Devel.YYYY.MMM.DD is the base capability string.
49 # - No new mandatory capabilities can be added to the release branch; doing
50 # so would break network capability of supposedly "compatible" releases.
52 # - Avoid adding a new mandatory capability to the development branch for
53 # as long as possible. We want to maintain network compatibility with
54 # the stable branch for as long as possible.
55 NETWORK_CAPSTRING_MANDATORY="+Freeciv-2.5-network"
56 NETWORK_CAPSTRING_OPTIONAL=""
58 FREECIV_DISTRIBUTOR=""
60 if test x$VERSION_SCRIPT_SILENT != xyes ; then
61 VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}${VERSION_LABEL}