commit 928404860bd98b35f24466045e2c923dce0ccfe1 from: Alexander Barton date: Mon Jan 07 20:57:39 2008 UTC ngIRCd 0.10.4 commit - 26c65a11cf06209b2cb5121eda286b5fa8148b89 commit + 928404860bd98b35f24466045e2c923dce0ccfe1 blob - f89ad8e2c3721d9618110bb446f8e6bb6b6328e8 blob + 5e90c589bde885aeb4da245ef4374b5c6e73af60 --- ChangeLog +++ 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 $ blob - 1a74653678b40b51bc3a30cd06bacd6783457359 blob + bc3c6500081af734b8d7ec4a2dc313e76cac286a --- configure.in +++ 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) blob - ef850001041c5ae9e982cc14a2bfc5ec5f5508cf blob + 73098e3be30d644fe348ffb3abf5f09899f6fff3 --- contrib/ngircd.spec +++ 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}