Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2004:
[Freeciv-Dev] (PR#10332) bump the network capstring
Home

[Freeciv-Dev] (PR#10332) bump the network capstring

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#10332) bump the network capstring
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 25 Sep 2004 12:18:34 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=10332 >

This patch bumps the network capstring.

After the branch for the next release is made, we should not add any new 
manditory capabilities to the stable branch.  And we should avoid adding 
any new manditory capabilities to the HEAD branch for as long as 
possible, to maintain compatability between the two.

jason

? diff
? new
? orig
Index: common/capstr.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/common/capstr.c,v
retrieving revision 1.190
diff -u -r1.190 capstr.c
--- common/capstr.c     25 Sep 2004 07:09:13 -0000      1.190
+++ common/capstr.c     25 Sep 2004 19:16:42 -0000
@@ -73,7 +73,7 @@
  * are not directly related to the capability strings discussed here.)
  */
 
-#define CAPABILITY "+Freeciv.Devel.2004.Sep.25"
+#define CAPABILITY "+2.0"
 
 void init_our_capability(void)
 {

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#10332) bump the network capstring, Jason Short <=