diff --git a/configure.in b/configure.in index 0dde8c16..d0355101 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-2006 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,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) diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog index a0309a82..8ced32a4 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -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 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. diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 924b0d1b..8927a5b6 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version CVSHEAD +%define version 0.10.0-pre1 %define release 1 %define prefix %{_prefix}