diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-07 01:00:49 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-07 01:00:49 +0200 |
commit | 908bc3dbac3dbefccaa13e14e197b58999e2d0a7 (patch) | |
tree | 2d28a39b664ddc0ecbbeda5b9fbba233187c467d /lib | |
parent | 2e599fc3eff72072eb4228a42b617ca84e5fc3de (diff) | |
download | smokeping-908bc3dbac3dbefccaa13e14e197b58999e2d0a7.tar.gz smokeping-908bc3dbac3dbefccaa13e14e197b58999e2d0a7.tar.xz |
prepare for the release of smokeping-20060507_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 a34c74a..adefa0c 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="20060506"; +$VERSION="20060507"; # we want opts everywhere my %opt; |