summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-04-11 01:00:50 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-04-11 01:00:50 +0200
commit01ce0b453fa4c229931db6926d6e655dc7d6f10c (patch)
treed5bb8b85b397138c10fa2c63aacb216e77b76886 /lib
parenta287c2968d875521dc681d3730c0ec5d5a3c6474 (diff)
downloadsmokeping-01ce0b453fa4c229931db6926d6e655dc7d6f10c.tar.gz
smokeping-01ce0b453fa4c229931db6926d6e655dc7d6f10c.tar.xz
prepare for the release of smokeping-20060411_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 69f70b4..45aee64 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="20060410";
+$VERSION="20060411";
# we want opts everywhere
my %opt;