From 1446959e2632b8e24ef14eee7a91a7965ad7246b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 10 Jul 2002 21:53:52 +0000 Subject: Prepare 2.0beta6 --- NEWS | 2 +- pingd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 4f4d3ba..91587df 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes in version +Changes in version 2.0beta6 - 2002-07-10 * Did away with Mail::Internet. Using local sendmail binary only. This also means the smarthost config option is obsolete and there is a sendmail config option now. diff --git a/pingd b/pingd index 25fffd9..d89cfa3 100755 --- a/pingd +++ b/pingd @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader -# $Id: pingd,v 1.29 2002/07/10 17:59:56 weasel Exp $ +# $Id: pingd,v 1.30 2002/07/10 21:53:52 weasel Exp $ # =pod @@ -232,7 +232,7 @@ $ENV{'PATH'} = '/bin:/usr/bin'; delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.0beta5'; +my $VERSION = '2.0beta6'; my $redirected_stdio = 0; -- cgit v1.2.3