mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-04 22:19:57 +00:00
Updated version number to 0.6.1 :-)
This commit is contained in:
parent
78752bbff8
commit
a156641afd
17
configure.in
17
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 --
|
||||
|
@ -1,5 +1,5 @@
|
||||
%define name ngircd
|
||||
%define version 0.6.x-CVS
|
||||
%define version 0.6.1
|
||||
%define release 1
|
||||
%define prefix %{_prefix}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user