1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-02-15 08:40:02 +00:00

Moving towards ngIRCd 0.0.9! :-)

This commit is contained in:
Alexander Barton 2005-06-27 16:12:51 +00:00
parent eeccc193dd
commit db2a41e5bc
2 changed files with 4 additions and 4 deletions

View File

@ -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 $

View File

@ -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)