summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-08 01:00:52 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-08 01:00:52 +0100
commit2295a13ccf466b166d8e7d15bea363a01753b8a4 (patch)
tree95645846fd08967e0d764500deede96c8ea4bb84 /lib/Smokeping.pm
parent8554c768b586a3b15f14e7aa6b397f9c4efce4b4 (diff)
downloadsmokeping-2295a13ccf466b166d8e7d15bea363a01753b8a4.tar.gz
smokeping-2295a13ccf466b166d8e7d15bea363a01753b8a4.tar.xz
prepare for the release of smokeping-20051108_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index b7461ba..aa1c1f4 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -27,7 +27,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20051107";
+$VERSION="20051108";
# we want opts everywhere
my %opt;