diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-18 01:00:53 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-18 01:00:53 +0100 |
commit | 880202c220f29aabf072e899aab5f6b2a2e9e65e (patch) | |
tree | 93f4985c5b384f61750ad4625d50d7dd4aef49fe /lib | |
parent | 72462747acbc8a52e04098093d6d84938d366069 (diff) | |
download | smokeping-880202c220f29aabf072e899aab5f6b2a2e9e65e.tar.gz smokeping-880202c220f29aabf072e899aab5f6b2a2e9e65e.tar.xz |
prepare for the release of smokeping-20051118_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 103b8b5..503e1b6 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="20051117"; +$VERSION="20051118"; # we want opts everywhere my %opt; |