From 221e1fc158b55ebbe6d7393262f79b541f35833a Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Mon, 4 Nov 2002 15:38:36 +0000 Subject: [PATCH] Ready for 5.0.1 release --- SRC/ChangeLog | 5 +++++ SRC/configure | 2 +- SRC/configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/SRC/ChangeLog b/SRC/ChangeLog index 7ced32e..b562e02 100644 --- a/SRC/ChangeLog +++ b/SRC/ChangeLog @@ -1,3 +1,8 @@ +5.0.1 (2002-11-04) + + * Small bug fixes, + * Better error messages with invalid options + 5.0.0 (2002-10-11) * Now uses getnameinfo/getaddrinfo. Two consequences: diff --git a/SRC/configure b/SRC/configure index 10bf2b4..108da1f 100755 --- a/SRC/configure +++ b/SRC/configure @@ -732,7 +732,7 @@ fi PACKAGE=echoping -VERSION=5.0.1-BETA +VERSION=5.0.1 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/SRC/configure.in b/SRC/configure.in index 2676dcf..7f4bc06 100644 --- a/SRC/configure.in +++ b/SRC/configure.in @@ -3,7 +3,7 @@ dnl $Id$ dnl Process this file with autoconf to produce a configure script. AC_INIT(echoping.h) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(echoping, 5.0.1-BETA) +AM_INIT_AUTOMAKE(echoping, 5.0.1) AM_CONFIG_HEADER(config.h) dnl User options