Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
September 2004: [Freeciv-Dev] (PR#10332) bump the network capstring |
![]() |
[Freeciv-Dev] (PR#10332) bump the network capstring[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<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) {
|