diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-27 01:00:51 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-27 01:00:51 +0200 |
commit | 65574bbd22f7cbf384a41a940f8edccb21a09db6 (patch) | |
tree | 7733034c6dc9977b9acaefcfd40745a0eba9f956 /lib | |
parent | 3dd1d1e939a173e50f5ff6d54a515e10a2c46cd4 (diff) | |
download | smokeping-65574bbd22f7cbf384a41a940f8edccb21a09db6.tar.gz smokeping-65574bbd22f7cbf384a41a940f8edccb21a09db6.tar.xz |
prepare for the release of smokeping-20051027_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 d754761..4f5615c 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="20051026"; +$VERSION="20051027"; # we want opts everywhere my %opt; |