Author: jtn
Date: Thu May 28 00:00:32 2015
New Revision: 29136

URL: http://svn.gna.org/viewcvs/freeciv?rev=29136&view=rev
Log:
Bump MAX_NUM_REQS to 20.

So that rulesets using the maximum number of nreqs+reqs can use just reqs.

See gna bug #23615.

Modified:
    branches/S2_6/common/fc_types.h
    branches/S2_6/fc_version

Modified: branches/S2_6/common/fc_types.h
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/common/fc_types.h?rev=29136&r1=29135&r2=29136&view=diff
==============================================================================
--- branches/S2_6/common/fc_types.h     (original)
+++ branches/S2_6/common/fc_types.h     Thu May 28 00:00:32 2015
@@ -166,7 +166,7 @@
 
 /* Changing these will break network compatibility. */
 #define SP_MAX 20
-#define MAX_NUM_REQS 10
+#define MAX_NUM_REQS 20
 
 #define MAX_NUM_RULESETS 16 /* Used in the network protocol. */
 #define MAX_RULESET_NAME_LENGTH 64 /* Used in the network protocol. */

Modified: branches/S2_6/fc_version
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/fc_version?rev=29136&r1=29135&r2=29136&view=diff
==============================================================================
--- branches/S2_6/fc_version    (original)
+++ branches/S2_6/fc_version    Thu May 28 00:00:32 2015
@@ -54,7 +54,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-2015.May.19"
+NETWORK_CAPSTRING_MANDATORY="+Freeciv.Devel-2.6-2015.May.27"
 NETWORK_CAPSTRING_OPTIONAL=""
 
 FREECIV_DISTRIBUTOR=""


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

Reply via email to