]> arthur.barton.de Git - ngircd.git/commitdiff
Updated version number to 0.6.1 :-) rel-0-6-1
authorAlexander Barton <alex@barton.de>
Tue, 21 Jan 2003 21:23:34 +0000 (21:23 +0000)
committerAlexander Barton <alex@barton.de>
Tue, 21 Jan 2003 21:23:34 +0000 (21:23 +0000)
configure.in
contrib/ngircd.spec

index a8ff242ce94e4c0f9cef45acb437fe481c62914a..e7f36b5a471a69146fee906a3d7a41f58551f455 100644 (file)
@@ -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 --
index 061d511b061b16085dba1e9b85763d45343e25b7..2b93d0d34aeb3a1f5fd847c6522e11fc8ca2d52f 100644 (file)
@@ -1,5 +1,5 @@
 %define name    ngircd
-%define version 0.6.x-CVS
+%define version 0.6.1
 %define release 1
 %define prefix  %{_prefix}