Changes before release of 5.2.0

Initial
Stephane Bortzmeyer 21 years ago
parent 5622902b25
commit c7ffff5ac3

@ -1,4 +1,4 @@
5.2.0 (???)
5.2.0 (2004-02-29)
* IDN (Unicode domain names) support

2
SRC/configure vendored

@ -2265,7 +2265,7 @@ fi
PACKAGE=echoping
VERSION=5.2.0-BETA
VERSION=5.2.0
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5

@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(echoping.h)
AC_CANONICAL_HOST
AC_PROG_CC(cc gcc)
AM_INIT_AUTOMAKE(echoping, 5.2.0-BETA)
AM_INIT_AUTOMAKE(echoping, 5.2.0)
AM_CONFIG_HEADER(config.h)
dnl User options

Loading…
Cancel
Save