summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-16 01:00:51 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-16 01:00:51 +0200
commitd314839ab2f912567b1953303b548a3d65612b15 (patch)
tree569deb22717ee220099f1fea9a759b6884b4c3d1 /lib/Smokeping.pm
parentc3f200246ff749093fedc0606867967af1568622 (diff)
downloadsmokeping-d314839ab2f912567b1953303b548a3d65612b15.tar.gz
smokeping-d314839ab2f912567b1953303b548a3d65612b15.tar.xz
prepare for the release of smokeping-20060516_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 9e106e2..f863ebd 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="20060515";
+$VERSION="20060516";
# we want opts everywhere
my %opt;