1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-06-09 18:04:08 +00:00

ngIRCd 0.10.1.

This commit is contained in:
Alexander Barton 2006-12-17 14:06:19 +00:00
parent d9323ada46
commit 52512462a2
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.118.2.7 2006/12/02 13:13:53 fw Exp $
# $Id: configure.in,v 1.118.2.8 2006/12/17 14:06:19 alex Exp $
#
# -- Initialisation --
AC_PREREQ(2.50)
AC_INIT(ngircd, 0.10.0)
AC_INIT(ngircd, 0.10.1)
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6)

View File

@ -1,3 +1,9 @@
ngircd (0.10.1-0ab1) unstable; urgency=low
* New "upstream" release: 0.10.1
-- Alexander Barton <alex@barton.de> Sun, 17 Dec 2006 14:52:06 +0100
ngircd (0.10.0-0ab1) unstable; urgency=low
* New "upstream" release: 0.10.0

View File

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