summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-09-29 01:01:00 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-09-29 01:01:00 +0200
commit01d152d8c8a752c68407cec20c81d339e565f498 (patch)
treec0a0c5e35e47200584f13fe362bc37537b3d104d /lib/Smokeping.pm
parent72c6bc1c53f52e66e1b5e8d70b00ff2476b1b220 (diff)
downloadsmokeping-01d152d8c8a752c68407cec20c81d339e565f498.tar.gz
smokeping-01d152d8c8a752c68407cec20c81d339e565f498.tar.xz
prepare for the release of smokeping-20050929_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 1e56c66..011773f 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="20050928";
+$VERSION="20050929";
# we want opts everywhere
my %opt;