summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xpingd4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6bfa715..832e745 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in version
+Changes in version 2.0beta15 - 2002-07-16
* Have echolot version in stats HTML pages
* Random documentation fixes
* Make it run with older perls (5.005_03 is tested)
diff --git a/pingd b/pingd
index a62b376..cd13994 100755
--- a/pingd
+++ b/pingd
@@ -3,7 +3,7 @@
$| = 1;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: pingd,v 1.43 2002/07/16 02:50:18 weasel Exp $
+# $Id: pingd,v 1.44 2002/07/16 03:02:53 weasel Exp $
#
=pod
@@ -250,7 +250,7 @@ use Echolot::Thesaurus;
delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
-my $VERSION = '2.0beta14';
+my $VERSION = '2.0beta15';
my $redirected_stdio = 0;