summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-11 01:01:05 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-11 01:01:05 +0200
commit9c0ca72bea9a83cdefa5d91461160dc9867bd2e9 (patch)
tree69b6df6cead249635575161adf2d0121da594bdf /lib/Smokeping.pm
parent2d62442fb7559a4c79d2b5b30907a090a2c97a20 (diff)
downloadsmokeping-9c0ca72bea9a83cdefa5d91461160dc9867bd2e9.tar.gz
smokeping-9c0ca72bea9a83cdefa5d91461160dc9867bd2e9.tar.xz
prepare for the release of smokeping-20051011_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 f00930a..5686866 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="20051010";
+$VERSION="20051011";
# we want opts everywhere
my %opt;