From: Alexander Barton Date: Mon, 21 Apr 2003 22:49:45 +0000 (+0000) Subject: Updated version number to 0.7.0-pre1. X-Git-Tag: rel-0-7-0-pre2~20 X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=3585e2bc50dae318b745da4c2078f57b7ecd6f27;p=ngircd-alex.git Updated version number to 0.7.0-pre1. --- diff --git a/ChangeLog b/ChangeLog index acb092b7..2c1c429d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ -- ChangeLog -- -ngIRCd CVS-HEAD +ngIRCd 0.7.0-pre1 - New signal handler (more secure, actions are executed outside). - GCC: the compiler is now called with more warning options enabled. @@ -433,4 +433,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.188 2003/04/20 23:12:57 alex Exp $ +$Id: ChangeLog,v 1.188.2.1 2003/04/21 22:49:45 alex Exp $ diff --git a/NEWS b/NEWS index 401d4287..be69f8f7 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ -- NEWS -- -ngIRCd CVS-HEAD +ngIRCd 0.7.0-pre1 - New command CONNECT to enable and add server links. The syntax is not RFC-compatible: use "CONNECT " to enable and connect an @@ -161,4 +161,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: NEWS,v 1.53 2003/04/20 23:14:28 alex Exp $ +$Id: NEWS,v 1.53.2.1 2003/04/21 22:49:45 alex Exp $ diff --git a/configure.in b/configure.in index 2b5e64ab..0b6274d0 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 2003/04/21 10:51:44 alex Exp $ +# $Id: configure.in,v 1.89.2.1 2003/04/21 22:49:45 alex Exp $ # # -- Initialisierung -- AC_PREREQ(2.50) -AC_INIT(ngircd, CVSHEAD) +AC_INIT(ngircd, 0.7.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 2f386e08..43010923 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version CurrentCVS +%define version 0.7.0-pre1 %define release 1 %define prefix %{_prefix}