diff --git a/ChangeLog b/ChangeLog index f89ad8e2..5e90c589 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ ngIRCd - Next Generation IRC Server - (c)2001-2007 Alexander Barton, + (c)2001-2008 Alexander Barton, alex@barton.de, http://www.barton.de/ ngIRCd is free software and published under the @@ -698,4 +698,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.302.2.20 2008/01/07 11:41:43 fw Exp $ +$Id: ChangeLog,v 1.302.2.21 2008/01/07 20:57:39 alex Exp $ diff --git a/configure.in b/configure.in index 1a746536..bc3c6500 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2007 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,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.13 2007/07/31 19:07:59 alex Exp $ +# $Id: configure.in,v 1.118.2.14 2008/01/07 20:57:39 alex Exp $ # # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 0.10.3) +AC_INIT(ngircd, 0.10.4) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6) diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index ef850001..73098e3b 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 0.10.3 +%define version 0.10.4 %define release 1 %define prefix %{_prefix}