summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-20 01:00:58 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-20 01:00:58 +0200
commitf8f2d9bdaef64d25ab261004e1d5bd9acc8c2ba8 (patch)
tree31635b56d48d0f2be940b82f5ac403b63213e106 /lib/Smokeping.pm
parenta0650b1631c9588c7fc796afe5536e662c090d4d (diff)
downloadsmokeping-f8f2d9bdaef64d25ab261004e1d5bd9acc8c2ba8.tar.gz
smokeping-f8f2d9bdaef64d25ab261004e1d5bd9acc8c2ba8.tar.xz
prepare for the release of smokeping-20060520_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 2dcaef8..e213c7f 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="20060519";
+$VERSION="20060520";
# we want opts everywhere
my %opt;