summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-12 01:01:00 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-12 01:01:00 +0200
commit75fb5a5a679939e8d5eee2a7d42d3dc1512f6a43 (patch)
treec911b9884f0b56a3bc033e30fc3591a08e7f1493 /lib/Smokeping.pm
parentee7fc272795fe8114ffe316d14c11a491942e4e8 (diff)
downloadsmokeping-75fb5a5a679939e8d5eee2a7d42d3dc1512f6a43.tar.gz
smokeping-75fb5a5a679939e8d5eee2a7d42d3dc1512f6a43.tar.xz
prepare for the release of smokeping-20051012_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 064e8fe..ed59199 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="20051011";
+$VERSION="20051012";
# we want opts everywhere
my %opt;