diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-04-29 12:40:31 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-04-29 12:40:31 +0200 |
commit | 0d7856c86555136c1b1d9bbd1cb5c84e6833fcf7 (patch) | |
tree | cb22ed1669bfd9c921343d8be5410ed4a12f3034 /lib | |
parent | e02bd6d388dcd4898ed5d14af97c7f02f78355f0 (diff) | |
download | smokeping-0d7856c86555136c1b1d9bbd1cb5c84e6833fcf7.tar.gz smokeping-0d7856c86555136c1b1d9bbd1cb5c84e6833fcf7.tar.xz |
prepare for the release of smokeping-2.1.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 32c3130..eb55468 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.000910"; +$VERSION="2.001000"; # we want opts everywhere my %opt; |