diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-31 01:01:03 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-31 01:01:03 +0100 |
commit | 485aa3052dc30b4fd18f29a04a63849937e65474 (patch) | |
tree | 6dc6a38245907e1b87c3b60cd8758367ef830521 /lib | |
parent | 6a4c5617d253d488000e511c028afc4cc46aa7e2 (diff) | |
download | smokeping-485aa3052dc30b4fd18f29a04a63849937e65474.tar.gz smokeping-485aa3052dc30b4fd18f29a04a63849937e65474.tar.xz |
prepare for the release of smokeping-20051031_trunk
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Smokeping.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index 89b38cf..0015b38 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="20051030"; +$VERSION="20051031"; # we want opts everywhere my %opt; |