From 4ea29329674ff8ec6d772991a57c146b5d78d2ad Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 20 Apr 2008 15:53:49 +0200 Subject: [PATCH] ngIRCd 0.12.0-pre1 --- configure.in | 6 ++---- contrib/Debian/changelog | 6 ++++++ contrib/ngircd.spec | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index 7dc17424..cf5fc853 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2005 Alexander Barton +# Copyright (c)2001-2008 Alexander Barton # # 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,11 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: configure.in,v 1.126 2008/02/26 22:04:15 fw Exp $ -# # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, CVSHEAD) +AC_INIT(ngircd, 0.12.0-pre1) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6) diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog index dba7d289..880a5096 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (0.12.0-0ab0-pre1) unstable; urgency=low + + * Prereloease of upcoming new "upstrem" release 0.12.0-pre1. + + -- Alexander Barton Sun, 20 Apr 2008 15:43:34 +0200 + ngircd (0.11.0-0ab0-pre2) unstable; urgency=low * Second prerelease of upcoming new "upstream release". diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 924b0d1b..315ff3be 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version CVSHEAD +%define version 0.12.0-pre1 %define release 1 %define prefix %{_prefix} -- 2.39.2