diff --git a/SRC/ChangeLog b/SRC/ChangeLog index efec8b0..bc42310 100644 --- a/SRC/ChangeLog +++ b/SRC/ChangeLog @@ -1,4 +1,4 @@ -5.2.0 (???) +5.2.0 (2004-02-29) * IDN (Unicode domain names) support diff --git a/SRC/configure b/SRC/configure index b50634e..5a223b6 100755 --- a/SRC/configure +++ b/SRC/configure @@ -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 diff --git a/SRC/configure.ac b/SRC/configure.ac index 5786480..744bb5c 100644 --- a/SRC/configure.ac +++ b/SRC/configure.ac @@ -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