summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-06-09 01:01:02 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-06-09 01:01:02 +0200
commit1a74a8b236db6c3a8f8996572ad70407bc52864f (patch)
tree8f83e05051e64fd035a4179651ec1cf364f218d9 /lib
parent2820736e7ed7adec3c1e34cf83f89b20e727a058 (diff)
downloadsmokeping-1a74a8b236db6c3a8f8996572ad70407bc52864f.tar.gz
smokeping-1a74a8b236db6c3a8f8996572ad70407bc52864f.tar.xz
prepare for the release of smokeping-20060609_trunk
Diffstat (limited to 'lib')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index dbf6969..112e1c6 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="20060608";
+$VERSION="20060609";
# we want opts everywhere
my %opt;