diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-01-23 16:07:05 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-01-23 16:07:05 +0100 |
commit | 8f75cc658717b4409d2eb3c37f6704c7f9d84e59 (patch) | |
tree | a5bef1f94cbf1721ce3f17c9931b4d5babecb04e /lib | |
parent | d7ef1c5cc614185fe2e9dd83442edb824620335c (diff) | |
download | smokeping-8f75cc658717b4409d2eb3c37f6704c7f9d84e59.tar.gz smokeping-8f75cc658717b4409d2eb3c37f6704c7f9d84e59.tar.xz |
prepare for the release of smokeping-2.3.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 0eff9b5..5a9cca2 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.002007"; +$VERSION="2.003000"; # we want opts everywhere my %opt; |