1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-12-13 10:20:28 +00:00

Version 0.7.1

This commit is contained in:
Alexander Barton 2003-07-18 20:55:10 +00:00
parent d72811c9af
commit 0b114e814b
3 changed files with 9 additions and 3 deletions

View File

@ -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)

View File

@ -1,5 +1,5 @@
%define name ngircd
%define version 0.7.0
%define version 0.7.1
%define release 1
%define prefix %{_prefix}

6
debian/changelog vendored
View File

@ -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).