X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=configure.in;h=ff79ca001a02423d838cb171fc2f78f0aba3e19f;hb=refs%2Fheads%2Fbranch-0-8-x;hp=3af02bfd98d1f5af7e7b81e71d5d797eafa50e64;hpb=e2e89067aee9049d4fd3a3cf400c39af68c1052b;p=ngircd.git diff --git a/configure.in b/configure.in index 3af02bfd..ff79ca00 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2004 Alexander Barton +# Copyright (c)2001-2005 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.102.2.4 2004/09/06 00:41:34 alex Exp $ +# $Id: configure.in,v 1.102.2.7 2005/02/03 10:16:25 alex Exp $ # # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 0.8-CVS) +AC_INIT(ngircd, 0.8.3) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6)