diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-01-16 00:11:11 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-01-16 00:11:11 +0100 |
commit | 77692aa0168d42f9db7bcef9c40ee1cb4dbf5734 (patch) | |
tree | 4300a98848f68cb720d18f30397f6f2d47e104fa /lib | |
parent | 7ec773d7d21690744619f364855dd02e04949d4d (diff) | |
download | smokeping-77692aa0168d42f9db7bcef9c40ee1cb4dbf5734.tar.gz smokeping-77692aa0168d42f9db7bcef9c40ee1cb4dbf5734.tar.xz |
fixed some bugs that only showed when releasing ...
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 a35c439..9f8c8a7 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -28,7 +28,7 @@ use Smokeping::RRDtools; # globale persistent variables for speedy use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode); -$VERSION="2.000907"; +$VERSION="2.000910"; # we want opts everywhere my %opt; |