summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-23 01:01:03 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-23 01:01:03 +0200
commita89ce7953c4bfb06046b87a517e4401e91c9a219 (patch)
tree69dc15acac7ba20424318a553edc9df9e1f50aea /lib/Smokeping.pm
parentd84352847fb49979a9b78410ad9a1df9f2efd6be (diff)
downloadsmokeping-a89ce7953c4bfb06046b87a517e4401e91c9a219.tar.gz
smokeping-a89ce7953c4bfb06046b87a517e4401e91c9a219.tar.xz
prepare for the release of smokeping-20060723_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 0d768e6..1a28154 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="20060722";
+$VERSION="20060723";
# we want opts everywhere
my %opt;