summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-02-18 01:00:47 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-02-18 01:00:47 +0100
commitd46cf31ae2666708ddbf288fd085d1bb07e9bbc4 (patch)
treeeb4b028b543c2d858cb5ce2b195c64cb623d27e7 /lib
parent0909f53edec7176a263a827715eb419fe2ce0efa (diff)
downloadsmokeping-d46cf31ae2666708ddbf288fd085d1bb07e9bbc4.tar.gz
smokeping-d46cf31ae2666708ddbf288fd085d1bb07e9bbc4.tar.xz
prepare for the release of smokeping-20060218_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 5232850..6081e7b 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="20060217";
+$VERSION="20060218";
# we want opts everywhere
my %opt;