From: Alexander Barton Date: Fri, 7 May 2004 11:56:19 +0000 (+0000) Subject: Version 0.8.0-pre1 X-Git-Tag: rel-0-8-0-pre1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a3ec21702a124d6261c4b8dbd1012a7e6687cf6;p=ngircd Version 0.8.0-pre1 --- diff --git a/ChangeLog b/ChangeLog index 74414a0d..389f8db9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ -- ChangeLog -- -ngIRCd CVSHEAD +ngIRCd 0.8.0-pre1 (2004-05-07) - Two new configuration options: "ChrootDir" and "MotdPhrase", thanks to Benjamin Pineau . Now you can force the daemon to change @@ -521,4 +521,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.233.2.1 2004/05/07 11:24:17 alex Exp $ +$Id: ChangeLog,v 1.233.2.2 2004/05/07 11:56:19 alex Exp $ diff --git a/NEWS b/NEWS index 9ea8d09c..ffe11227 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ -- NEWS -- -ngIRCd CVSHEAD +ngIRCd 0.8.0-pre1 (2004-05-07) - Two new configuration options: "ChrootDir" and "MotdPhrase", thanks to Benjamin Pineau . Now you can force the daemon to change @@ -189,4 +189,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: NEWS,v 1.64.2.1 2004/05/07 11:24:17 alex Exp $ +$Id: NEWS,v 1.64.2.2 2004/05/07 11:56:19 alex Exp $ diff --git a/configure.in b/configure.in index 49d2debe..2f384691 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.102 2004/04/11 13:20:24 alex Exp $ +# $Id: configure.in,v 1.102.2.1 2004/05/07 11:56:19 alex Exp $ # # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, CVSHEAD) +AC_INIT(ngircd, 0.8.0-pre1) 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 924b0d1b..bfefa34e 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version CVSHEAD +%define version 0.8.0-pre1 %define release 1 %define prefix %{_prefix}