summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-24 01:00:51 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-24 01:00:51 +0200
commit22af5167d41c79e382754ae96e408feb135e4ef5 (patch)
tree15b279250919bc04c7dc21bf9c570521a01923dd /lib/Smokeping.pm
parent361ba786435396499dae9d858f9bdf26fd385f2f (diff)
downloadsmokeping-22af5167d41c79e382754ae96e408feb135e4ef5.tar.gz
smokeping-22af5167d41c79e382754ae96e408feb135e4ef5.tar.xz
prepare for the release of smokeping-20060524_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 8f9991f..2ab604b 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="20060523";
+$VERSION="20060524";
# we want opts everywhere
my %opt;