diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2011-09-25 21:56:53 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2011-09-25 21:56:53 +0200 |
commit | 2e72f71bcbb2e50a5e74557c0707774153e6ccb0 (patch) | |
tree | 3644710ab26c18ea39098550a52ad4856c3ce048 /lib | |
parent | 4197b239883707b5f40433f39c4796e886beaa9b (diff) | |
download | smokeping-2e72f71bcbb2e50a5e74557c0707774153e6ccb0.tar.gz smokeping-2e72f71bcbb2e50a5e74557c0707774153e6ccb0.tar.xz |
prepare for the release of smokeping-2.5.0
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 ce487ab..7e5bc2f 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -67,7 +67,7 @@ use Smokeping::RRDtools; # globale persistent variables for speedy use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode); -$VERSION="2.005000"; +$VERSION="2.004002"; # we want opts everywhere my %opt; |