Author: cazfi
Date: Sun Aug 14 23:07:47 2016
New Revision: 33596

URL: http://svn.gna.org/viewcvs/freeciv?rev=33596&view=rev
Log:
S2_6 network protocol frozen.

See task #7924

Modified:
    branches/S2_6/fc_version

Modified: branches/S2_6/fc_version
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/fc_version?rev=33596&r1=33595&r2=33596&view=diff
==============================================================================
--- branches/S2_6/fc_version    (original)
+++ branches/S2_6/fc_version    Sun Aug 14 23:07:47 2016
@@ -8,7 +8,7 @@
 MINOR_VERSION="6"
 PATCH_VERSION="0"
 EMERGENCY_VERSION=""
-VERSION_LABEL="-alpha"
+VERSION_LABEL="-beta0"
 
 # 1) Development until MAJOR and MINOR version numbers are
 #    set to new release series:
@@ -33,9 +33,9 @@
 # (and update DEFAULT_FOLLOW_TAG to "stable", and also
 # win32/installer/Makefile --follow-tag to "win32")
 
-IS_DEVEL_VERSION=1
-IS_FREEZE_VERSION=1
-IS_BETA_VERSION=0
+IS_DEVEL_VERSION=0
+IS_FREEZE_VERSION=0
+IS_BETA_VERSION=1
 
 NEXT_STABLE_VERSION="2.6.0"
 
@@ -55,7 +55,7 @@
 #   - 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-2.6-2016.Jul.15"
+NETWORK_CAPSTRING_MANDATORY="+Freeciv-2.6-network"
 NETWORK_CAPSTRING_OPTIONAL=""
 
 FREECIV_DISTRIBUTOR=""


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to