summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-17 01:01:02 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-17 01:01:02 +0100
commit72462747acbc8a52e04098093d6d84938d366069 (patch)
tree2d7552a38409d20d1efe16cf1bb40832f1fa7e2a /lib
parentd5ac26abe33b59bff4f3576b346943758944f5be (diff)
downloadsmokeping-72462747acbc8a52e04098093d6d84938d366069.tar.gz
smokeping-72462747acbc8a52e04098093d6d84938d366069.tar.xz
prepare for the release of smokeping-20051117_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 df577fb..103b8b5 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="20051116";
+$VERSION="20051117";
# we want opts everywhere
my %opt;