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