FREECIV_VERSION_COMMENT(" Copyright (C) 2004 Freeciv team ") FREECIV_VERSION_COMMENT(" Programming language independent version ") FREECIV_VERSION_COMMENT(" definition for freeciv. Macros used here ") FREECIV_VERSION_COMMENT(" are defined differently depending on ") FREECIV_VERSION_COMMENT(" language used. Don't add comments ") FREECIV_VERSION_COMMENT(" specific to some language into this file. ") FREECIV_VERSION_INFO(2,1,6,["+"]) FREECIV_DEVEL_VERSION(0) FREECIV_BETA_VERSION(0) FREECIV_NEXT_VERSION(["2.1.7"]) FREECIV_RELEASE_MONTH(9) # Freeciv network capstring: see documentation in common/capstr.c # # "+2.1g" is the base capability string. # # - No new manditory capabilities can be added to the release branch; doing # so would break network capability of supposedly "compatible" releases. # # - Avoid adding a new manditory 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. FREECIV_NETWORK_CAPSTRINGS(["+2.1g"],["CreatedName"])