summaryrefslogtreecommitdiff
path: root/pingd
diff options
context:
space:
mode:
Diffstat (limited to 'pingd')
-rwxr-xr-xpingd4
1 files changed, 2 insertions, 2 deletions
diff --git a/pingd b/pingd
index a31fc69..c2c981c 100755
--- a/pingd
+++ b/pingd
@@ -3,7 +3,7 @@
$| = 1;
# (c) 2002, 2003 Peter Palfrader <peter@palfrader.org>
-# $Id: pingd,v 1.101 2003/02/21 06:37:52 weasel Exp $
+# $Id: pingd,v 1.102 2003/02/21 13:28:39 weasel Exp $
#
=pod
@@ -318,7 +318,7 @@ use POSIX qw(setsid);
delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
-my $VERSION = '2.0.10';
+my $VERSION = 'cvs';
my $redirected_stdio = 0;