diff --git a/ChangeLog b/ChangeLog index 10e8ee11..87fd8e9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ -- ChangeLog -- -ngIRCd 0.7.0 +ngIRCd 0.7.0 (2003-05-01) - "ServerName" is checked better now: a dot (".") is required. - The KILL comand verifies and logs more parameters. @@ -447,4 +447,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.188.2.12 2003/04/29 12:37:17 alex Exp $ +$Id: ChangeLog,v 1.188.2.13 2003/05/01 10:15:02 alex Exp $ diff --git a/configure.in b/configure.in index 54b26ea3..fc975096 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.89.2.5 2003/04/27 18:33:26 alex Exp $ +# $Id: configure.in,v 1.89.2.6 2003/05/01 10:15:02 alex Exp $ # # -- Initialisierung -- AC_PREREQ(2.50) -AC_INIT(ngircd, 0.7.0-pre2) +AC_INIT(ngircd, 0.7.0) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6) diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 8b262acc..1805dc90 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 0.7.0-pre2 +%define version 0.7.0 %define release 1 %define prefix %{_prefix}