summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-09-30 01:01:06 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-09-30 01:01:06 +0200
commit68067aea7fc50691ccc48dbea061253d6451cfd6 (patch)
tree9907214e36d9664c00814fb038953d74f22d9802 /lib/Smokeping.pm
parent01d152d8c8a752c68407cec20c81d339e565f498 (diff)
downloadsmokeping-68067aea7fc50691ccc48dbea061253d6451cfd6.tar.gz
smokeping-68067aea7fc50691ccc48dbea061253d6451cfd6.tar.xz
prepare for the release of smokeping-20050930_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 011773f..5618fbf 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="20050929";
+$VERSION="20050930";
# we want opts everywhere
my %opt;