From 0b114e814b9b12bd06052329d8b7815e7ea70a08 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 18 Jul 2003 20:55:10 +0000 Subject: [PATCH] Version 0.7.1 --- configure.in | 4 ++-- contrib/ngircd.spec | 2 +- debian/changelog | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 3486cf17..00b25cd8 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.9 2003/07/18 20:47:59 alex Exp $ +# $Id: configure.in,v 1.89.2.10 2003/07/18 20:55:10 alex Exp $ # # -- Initialisierung -- AC_PREREQ(2.50) -AC_INIT(ngircd, 0.7-CVS) +AC_INIT(ngircd, 0.7.1) 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 1805dc90..abe7192e 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 0.7.0 +%define version 0.7.1 %define release 1 %define prefix %{_prefix} diff --git a/debian/changelog b/debian/changelog index f2b93ef8..dd13bd14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ngircd (0.7.1-0.1ab) unstable; urgency=low + + * New upstream version :-) + + -- Alexander Barton Fri, 18 Jul 2003 22:53:02 +0200 + ngircd (0.7.0-0.7ab) unstable; urgency=low * Fixed up post installation script (added interpreter, fixed chmod call).