diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-05 01:00:51 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-05 01:00:51 +0200 |
commit | 69a6cfbe69cad46a79cae24118c987d85aa703b3 (patch) | |
tree | bd882fb9fee78b3d7e318d78ccbc10e73bab5c57 /lib | |
parent | ed4246d5c391c6b21ab0ccc8c7bccb32e6939641 (diff) | |
download | smokeping-69a6cfbe69cad46a79cae24118c987d85aa703b3.tar.gz smokeping-69a6cfbe69cad46a79cae24118c987d85aa703b3.tar.xz |
prepare for the release of smokeping-20060605_trunk
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 a569350..4e0e4fb 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -27,7 +27,7 @@ use Smokeping::RRDtools; # globale persistent variables for speedy use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode); -$VERSION="20060604"; +$VERSION="20060605"; # we want opts everywhere my %opt; |