summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-24 01:00:57 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-24 01:00:57 +0100
commit5c4787a7e82c29fede4eac87553e94df42e14eb6 (patch)
tree2b8f5c6a830957460144c29116eff2ce25f80786 /lib
parent73e555ad9f43d97d3f82b813f1229a86ac27756a (diff)
downloadsmokeping-5c4787a7e82c29fede4eac87553e94df42e14eb6.tar.gz
smokeping-5c4787a7e82c29fede4eac87553e94df42e14eb6.tar.xz
prepare for the release of smokeping-20051124_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 418b947..c9d85a1 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="20051123";
+$VERSION="20051124";
# we want opts everywhere
my %opt;