diff --git a/ChangeLog b/ChangeLog index 93e057e..26fc3f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +nenolod 2007/06/06 16:25:21 UTC (20070606-3514) + Log: + - "please report this to the ratbox developers" -> "please report this to the charybdis developers". not sure how we overlooked this for so long. + + + Changes: Modified: + +2 -2 trunk/src/client.c (File Modified) + + nenolod 2007/06/06 16:20:40 UTC (20070606-3512) Log: Add IRC_DEPRECATED macro for marking functions and data structures diff --git a/configure.ac b/configure.ac index a9d9ce9..3d2610e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl $Id: configure.ac 3440 2007-05-07 02:53:54Z nenolod $ +dnl $Id: configure.ac 3516 2007-06-10 16:14:03Z jilles $ dnl Process this file with autoconf to produce a configure script. dnl TODO: clean up all the OpenSSL and shared module checking stuff; @@ -8,9 +8,9 @@ dnl said functions need to be just about as complex as they already are. AC_PREREQ(2.57) dnl Sneaky way to get an Id tag into the configure script -AC_COPYRIGHT([$Id: configure.ac 3440 2007-05-07 02:53:54Z nenolod $]) +AC_COPYRIGHT([$Id: configure.ac 3516 2007-06-10 16:14:03Z jilles $]) -AC_INIT([charybdis],[2.2.0]) +AC_INIT([charybdis],[2.3]) AC_CONFIG_HEADER(include/setup.h) diff --git a/include/serno.h b/include/serno.h index f9ef2af..da98cfc 100644 --- a/include/serno.h +++ b/include/serno.h @@ -1 +1 @@ -#define SERNO "20070606-3512" +#define SERNO "20070606-3514"