1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-12-14 10:50:27 +00:00

Version 0.7.0

This commit is contained in:
Alexander Barton 2003-05-01 10:15:02 +00:00
parent 9dfe74ffe2
commit 9295fce7cf
3 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
-- ChangeLog --
ngIRCd 0.7.0
ngIRCd 0.7.0 (2003-05-01)
- "ServerName" is checked better now: a dot (".") is required.
- The KILL comand verifies and logs more parameters.
@ -447,4 +447,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.188.2.12 2003/04/29 12:37:17 alex Exp $
$Id: ChangeLog,v 1.188.2.13 2003/05/01 10:15:02 alex Exp $

View File

@ -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.89.2.5 2003/04/27 18:33:26 alex Exp $
# $Id: configure.in,v 1.89.2.6 2003/05/01 10:15:02 alex Exp $
#
# -- Initialisierung --
AC_PREREQ(2.50)
AC_INIT(ngircd, 0.7.0-pre2)
AC_INIT(ngircd, 0.7.0)
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6)

View File

@ -1,5 +1,5 @@
%define name ngircd
%define version 0.7.0-pre2
%define version 0.7.0
%define release 1
%define prefix %{_prefix}