diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | pingd | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Changes in version +Changes in version 2.0beta17 - 2002-07-22 * You no longer need an extra Mixmaster installation for your pinger. Echolot can make use of any Mixmaster binary you alread have installed. @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: pingd,v 1.47 2002/07/22 02:18:30 weasel Exp $ +# $Id: pingd,v 1.48 2002/07/22 02:20:31 weasel Exp $ # =pod @@ -251,7 +251,7 @@ use Echolot::Thesaurus; delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.0beta16'; +my $VERSION = '2.0beta17'; my $redirected_stdio = 0; |