diff --git a/SRC/configure b/SRC/configure index 64bf540..5e6f938 100755 --- a/SRC/configure +++ b/SRC/configure @@ -732,7 +732,7 @@ fi PACKAGE=echoping -VERSION=5.0-BETA +VERSION=5.0.0 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 683576b..c284e9c 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-BETA) +AM_INIT_AUTOMAKE(echoping, 5.0.0) AM_CONFIG_HEADER(config.h) dnl User options