From: Alexander Barton Date: Tue, 21 Jan 2003 21:23:34 +0000 (+0000) Subject: Updated version number to 0.6.1 :-) X-Git-Tag: rel-0-6-1 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git;a=commitdiff_plain;h=a156641afd3ed7bcd84014a4f436e669dd648dba Updated version number to 0.6.1 :-) --- diff --git a/configure.in b/configure.in index a8ff242c..e7f36b5a 100644 --- a/configure.in +++ b/configure.in @@ -1,15 +1,14 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) +# Copyright (c)2001-2003 by Alexander Barton (alex@barton.de) # -# Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen -# der GNU General Public License (GPL), wie von der Free Software Foundation -# herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 -# der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. -# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste -# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. +# 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 +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# Please read the file COPYING, README and AUTHORS for more information. # -# $Id: configure.in,v 1.69.2.4 2002/12/26 18:48:44 alex Exp $ +# $Id: configure.in,v 1.69.2.5 2003/01/21 21:23:34 alex Exp $ # # -- Initialisierung -- @@ -18,7 +17,7 @@ AC_INIT AC_PREREQ(2.50) AC_CANONICAL_TARGET AC_CONFIG_SRCDIR(src/config.h.in) -AM_INIT_AUTOMAKE(ngircd,0.6.x-CVS) +AM_INIT_AUTOMAKE(ngircd,0.6.1) AM_CONFIG_HEADER(src/config.h) # -- Templates fuer config.h -- diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 061d511b..2b93d0d3 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 0.6.x-CVS +%define version 0.6.1 %define release 1 %define prefix %{_prefix}