diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-10 15:08:07 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-10 15:08:07 +0200 |
commit | 424e08410b2cdbf963c07cca0834ba66a541b703 (patch) | |
tree | 79b84c65ff0b4b24eaa46b98d998be43b6ad469a /lib | |
parent | 8d5f45365467584b313528c60c6f3a902e02c1a4 (diff) | |
download | smokeping-424e08410b2cdbf963c07cca0834ba66a541b703.tar.gz smokeping-424e08410b2cdbf963c07cca0834ba66a541b703.tar.xz |
prepare for the release of smokeping-2.4.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 af5906c..5f47efc 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.003006"; +$VERSION="2.004000"; # we want opts everywhere my %opt; |