From: Alexander Barton Date: Mon, 27 Jun 2005 16:12:51 +0000 (+0000) Subject: Moving towards ngIRCd 0.0.9! :-) X-Git-Tag: rel-0-9-0-pre1~10 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git;a=commitdiff_plain;h=db2a41e5bc1b02541831b6c353b671c838969a2f Moving towards ngIRCd 0.0.9! :-) --- diff --git a/ChangeLog b/ChangeLog index 8cf218bb..f1506666 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ -- ChangeLog -- -ngIRCd CVSHEAD +ngIRCd 0.9.x - Don't generate error messages for unknown commands received before the client is registered with the server (like the original ircd). @@ -608,4 +608,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.276 2005/06/26 21:54:01 alex Exp $ +$Id: ChangeLog,v 1.276.2.1 2005/06/27 16:12:51 alex Exp $ diff --git a/configure.in b/configure.in index 698fd4fe..cd19df03 100644 --- a/configure.in +++ b/configure.in @@ -8,13 +8,13 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: configure.in,v 1.111 2005/06/26 13:42:11 alex Exp $ +# $Id: configure.in,v 1.111.2.1 2005/06/27 16:12:51 alex Exp $ # # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, CVSHEAD) +AC_INIT(ngircd, 0.9-CVS) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6)