From 44f05820eaa6bdad10b8091720013d665478a858 Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Fri, 16 Mar 2001 15:31:02 +0000 Subject: [PATCH] Start of a new (bugfix) version --- SRC/configure | 2 +- SRC/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SRC/configure b/SRC/configure index 472f76d..07050f7 100755 --- a/SRC/configure +++ b/SRC/configure @@ -732,7 +732,7 @@ fi PACKAGE=echoping -VERSION=4.2.0 +VERSION=4.2.1-BETA 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 cfcbc2f..9842cc0 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, 4.2.0) +AM_INIT_AUTOMAKE(echoping, 4.2.1-BETA) AM_CONFIG_HEADER(config.h) dnl User options