diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-10-28 13:09:35 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-10-28 13:09:35 +0100 |
commit | 0cd23826de9b7549c845f7e44203ae037a1c44c1 (patch) | |
tree | 55024e4a9f372332550d04a72cc47dfc1d043de0 /lib | |
parent | cf006837234c697cb37bd1d2acb6955ac34d513e (diff) | |
download | smokeping-0cd23826de9b7549c845f7e44203ae037a1c44c1.tar.gz smokeping-0cd23826de9b7549c845f7e44203ae037a1c44c1.tar.xz |
prepare for the release of smokeping-2.2.6
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 818de9f..46946e1 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.002004 "; +$VERSION="2.002006"; # we want opts everywhere my %opt; |