1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-06-27 15:42:54 +00:00

New release: 0.10.0-pre1

This commit is contained in:
Alexander Barton 2006-08-02 10:29:11 +00:00
parent 1ca10ff590
commit af6c532007
3 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#
# ngIRCd -- The Next Generation IRC Daemon
# Copyright (c)2001-2005 Alexander Barton <alex@barton.de>
# Copyright (c)2001-2006 Alexander Barton <alex@barton.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -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.1 2006/07/31 20:32:20 alex Exp $
# $Id: configure.in,v 1.118.2.2 2006/08/02 10:29:11 alex Exp $
#
# -- Initialisation --
AC_PREREQ(2.50)
AC_INIT(ngircd, 0.10.x)
AC_INIT(ngircd, 0.10.0-pre1)
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6)

View File

@ -1,4 +1,10 @@
ngircd (0.9.2-0ab1) stable; urgency=low
ngircd (0.10.0-0ab0-pre1) unstable; urgency=low
* Prerelease of upcoming new "upstream release".
-- Alexander Barton <alex@barton.de> Wed, 2 Aug 2006 12:01:07 +0200
ngircd (0.9.2-0ab1) unstable; urgency=low
* New "upstream release" fixing a few bugs in 0.9.1.

View File

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