diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-09-06 17:43:45 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-09-06 17:43:45 +0200 |
commit | fa5abd5d25b193c47400f116c852c0a0b176322a (patch) | |
tree | 7795fdd0e25d28c7741c265619fa1fde81655c0c /lib | |
parent | 36ab642eaaa3a27e346659bef7fff07b3733ca30 (diff) | |
download | smokeping-fa5abd5d25b193c47400f116c852c0a0b176322a.tar.gz smokeping-fa5abd5d25b193c47400f116c852c0a0b176322a.tar.xz |
prepare for the release of smokeping-2.2.3
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 40beeb6..f1a8a2a 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -37,7 +37,7 @@ use Smokeping::RRDtools; # globale persistent variables for speedy use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode); -$VERSION="2.002002"; +$VERSION="2.002003"; # we want opts everywhere my %opt; |