X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.in;h=bc3c6500081af734b8d7ec4a2dc313e76cac286a;hb=refs%2Fheads%2Fbranch-0-10-x;hp=69f1a4b9a266c023fff123d359c2dc5b9203b597;hpb=1e1cc6d47f0d1323debefad0cd1598761a970d51;p=ngircd.git diff --git a/configure.in b/configure.in index 69f1a4b9..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.12 2007/06/08 09:05:23 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.2) +AC_INIT(ngircd, 0.10.4) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6)