summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-04-10 01:00:50 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-04-10 01:00:50 +0200
commita287c2968d875521dc681d3730c0ec5d5a3c6474 (patch)
tree078ec39ba9d163a49a5753771b27d8f12fe167b5 /lib
parentc4f790f7df347a185bcc7c749ad7f69f2cabdd19 (diff)
downloadsmokeping-a287c2968d875521dc681d3730c0ec5d5a3c6474.tar.gz
smokeping-a287c2968d875521dc681d3730c0ec5d5a3c6474.tar.xz
prepare for the release of smokeping-20060410_trunk
Diffstat (limited to 'lib')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 1c95a19..69f70b4 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="20060409";
+$VERSION="20060410";
# we want opts everywhere
my %opt;