diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-05-02 18:16:07 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-05-02 18:16:07 +0200 |
commit | ad473a60116fb231b2c5232cc914c28fb1af4fea (patch) | |
tree | a847d1c376a321054b4addde6e7839febbf25725 /lib | |
parent | 7e10ce2db865158e1c3216214ff18c2997160345 (diff) | |
download | smokeping-ad473a60116fb231b2c5232cc914c28fb1af4fea.tar.gz smokeping-ad473a60116fb231b2c5232cc914c28fb1af4fea.tar.xz |
prepare for the release of smokeping-2.1.1
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 33b5e82..1925546 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -31,7 +31,7 @@ use Smokeping::RRDtools; # globale persistent variables for speedy use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode); -$VERSION="2.001000"; +$VERSION="2.001001"; # we want opts everywhere my %opt; |