diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-13 01:00:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-13 01:00:54 +0200 |
commit | ada7c0231d4727090ac38a8a75ae0b67e8901c33 (patch) | |
tree | 6d04014088b0de11491cd4837899af49d23bcb45 /lib | |
parent | ed32779e3e1c3e6c26b872d04c3ee38ba88863b5 (diff) | |
download | smokeping-ada7c0231d4727090ac38a8a75ae0b67e8901c33.tar.gz smokeping-ada7c0231d4727090ac38a8a75ae0b67e8901c33.tar.xz |
prepare for the release of smokeping-20060613_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 aff0ace..0fd2d11 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="20060612"; +$VERSION="20060613"; # we want opts everywhere my %opt; |