# Copyright (C) 2004-2008 Freeciv team # Version definition for Freeciv. MAJOR_VERSION="2" MINOR_VERSION="2" PATCH_VERSION="99" VERSION_LABEL="-dev" IS_DEVEL_VERSION=1 IS_BETA_VERSION=0 NEXT_STABLE_VERSION="2.3.0" RELEASE_MONTH=3 DATASUBDIR=2.3 # Freeciv network capstring: see documentation in common/capstr.c # # +Freeciv.Devel.YYYY.MMM.DD is the base capability string. # # - No new mandatory capabilities can be added to the release branch; doing # so would break network capability of supposedly "compatible" releases. # # - Avoid adding a new mandatory capability to the development branch for # as long as possible. We want to maintain network compatibility with # the stable branch for as long as possible. NETWORK_CAPSTRING_MANDATORY="+Freeciv.Devel.2010.Mar.9.bis" NETWORK_CAPSTRING_OPTIONAL=""