]> arthur.barton.de Git - ngircd.git/commitdiff
ngIRCd 0.9.0-pre1 rel-0-9-0-pre1
authorAlexander Barton <alex@barton.de>
Sat, 9 Jul 2005 11:57:07 +0000 (11:57 +0000)
committerAlexander Barton <alex@barton.de>
Sat, 9 Jul 2005 11:57:07 +0000 (11:57 +0000)
ChangeLog
configure.in

index ebf0ed3ef396d55d043b4cc213c3fd5186fc1a8b..f06fa5d55abe3db84ca775735cf450dc9d1b3aa0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,7 @@
                                -- ChangeLog --
 
 
-ngIRCd 0.9.x
+ngIRCd 0.9.0-pre1 (2005-07-09)
 
   - Fixed maximum length of user names, now allow up to 9 characters.
   - Cut off oversized IRC messages that should be sent to the network instead
@@ -611,4 +611,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.276.2.3 2005/07/05 22:58:25 alex Exp $
+$Id: ChangeLog,v 1.276.2.4 2005/07/09 11:57:07 alex Exp $
index cd19df03f0a31a0432d8f00c517856115190c2b7..a01433aea4273091c4dbbf033384ad369b45b105 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.2.1 2005/06/27 16:12:51 alex Exp $
+# $Id: configure.in,v 1.111.2.2 2005/07/09 11:57:07 alex Exp $
 #
 
 # -- Initialisation --
 
 AC_PREREQ(2.50)
-AC_INIT(ngircd, 0.9-CVS)
+AC_INIT(ngircd, 0.9.0-pre1)
 AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(1.6)