Commit Diff


commit - d72811c9afc074e5dcaa6c396d220f35dc9f0c6c
commit + 0b114e814b9b12bd06052329d8b7815e7ea70a08
blob - 3486cf1760e427461ed1b772a945f1d20ef4152e
blob + 00b25cd8d7349a0b696c37fe2b2e471ab8b0b397
--- configure.in
+++ 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)
blob - 1805dc906009eda210e2b64bd45950028449c351
blob + abe7192e86aba04ad50be9b78337273bb28dfa3c
--- contrib/ngircd.spec
+++ 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}
 
blob - f2b93ef83eebcdc5d4e827077346a8f96274d176
blob + dd13bd14a113dcbc235a81f69a9c71d022537251
--- debian/changelog
+++ debian/changelog
@@ -1,3 +1,9 @@
+ngircd (0.7.1-0.1ab) unstable; urgency=low
+
+  * New upstream version :-)
+
+ -- Alexander Barton <alex@Arthur.Ath.CX>  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).