summaryrefslogtreecommitdiff
path: root/pingd
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-01-13 14:29:15 +0000
committerPeter Palfrader <peter@palfrader.org>2003-01-13 14:29:15 +0000
commite612f292dab8caad8f62cfef0ac40ae930d8efdf (patch)
tree52d4a7dcfdd20acc62660f109b369d2a83df5c67 /pingd
parentf4963342cef2819cbd9efcd124bc5c43bd95fcb5 (diff)
Prepare 2.0.8echolot-2.0.8
Diffstat (limited to 'pingd')
-rwxr-xr-xpingd4
1 files changed, 2 insertions, 2 deletions
diff --git a/pingd b/pingd
index 2cad795..4132d26 100755
--- a/pingd
+++ b/pingd
@@ -3,7 +3,7 @@
$| = 1;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: pingd,v 1.85 2002/12/18 18:37:27 weasel Exp $
+# $Id: pingd,v 1.86 2003/01/13 14:29:15 weasel Exp $
#
=pod
@@ -294,7 +294,7 @@ use POSIX qw(setsid);
delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
-my $VERSION = '2.0.7';
+my $VERSION = '2.0.8';
my $redirected_stdio = 0;