diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-12 01:01:08 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-12 01:01:08 +0200 |
commit | f84dd88683a50d232722ca9f622a50a86b2531a9 (patch) | |
tree | b81075e98f94d7a124736527bdbbdc680e9c2f77 /lib/Smokeping.pm | |
parent | 617e8a3551de97eef26b709682b0b0511af5c282 (diff) | |
download | smokeping-f84dd88683a50d232722ca9f622a50a86b2531a9.tar.gz smokeping-f84dd88683a50d232722ca9f622a50a86b2531a9.tar.xz |
prepare for the release of smokeping-20050912_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-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 3d76a8e..f3a243d 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="20050911"; +$VERSION="20050912"; # we want opts everywhere my %opt; |