summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-21 01:01:18 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-21 01:01:18 +0200
commitf1d826700d09b3783c44b49f9502cb381d9cda45 (patch)
tree9172ac81da75c0055f58bc0efff81fc1782f9b00 /lib/Smokeping.pm
parent2e1beb69d82a6d7b1aeb138aa8d3bf9ab733939f (diff)
downloadsmokeping-f1d826700d09b3783c44b49f9502cb381d9cda45.tar.gz
smokeping-f1d826700d09b3783c44b49f9502cb381d9cda45.tar.xz
prepare for the release of smokeping-20060821_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 107f4c2..75e582e 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -28,7 +28,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20060820";
+$VERSION="20060821";
# we want opts everywhere
my %opt;