]> arthur.barton.de Git - ngircd.git/commitdiff
Moving towards ngIRCd 0.0.9! :-)
authorAlexander Barton <alex@barton.de>
Mon, 27 Jun 2005 16:12:51 +0000 (16:12 +0000)
committerAlexander Barton <alex@barton.de>
Mon, 27 Jun 2005 16:12:51 +0000 (16:12 +0000)
ChangeLog
configure.in

index 8cf218bb8b0a619ac803c8b49ba011a13ef7bfad..f1506666c2acfb4ad9e888fdca1e36579cc46686 100644 (file)
--- 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 $
index 698fd4fe8f7528b7c1abba4db58a15c1171be0a8..cd19df03f0a31a0432d8f00c517856115190c2b7 100644 (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)