diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-02-25 11:24:40 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-02-25 11:24:40 +0100 |
commit | 296d9bf573e5981407c85d35bc9e339d777321cb (patch) | |
tree | 6531a3228284051b0b3cbd1fbff20dd45186118b /lib | |
parent | 0ec3c991d771c0856a39f60824849f58680987c0 (diff) | |
download | smokeping-296d9bf573e5981407c85d35bc9e339d777321cb.tar.gz smokeping-296d9bf573e5981407c85d35bc9e339d777321cb.tar.xz |
prepare for the release of smokeping-2.3.2
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 f6f5b3d..309f6ea 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -38,7 +38,7 @@ use Smokeping::RRDtools; # globale persistent variables for speedy use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode); -$VERSION="2.003001"; +$VERSION="2.003002"; # we want opts everywhere my %opt; |