diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-16 01:00:53 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-16 01:00:53 +0100 |
commit | 28828494e3c14e84232a895104411d855bfd38b2 (patch) | |
tree | 07160201666cb3b82c29e75a9d208ad5584e5611 /lib | |
parent | 5ba7e23f3f72293b7bc8c97fa6f071288b35437a (diff) | |
download | smokeping-28828494e3c14e84232a895104411d855bfd38b2.tar.gz smokeping-28828494e3c14e84232a895104411d855bfd38b2.tar.xz |
prepare for the release of smokeping-20060316_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 e2e0659..3a48033 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="20060315"; +$VERSION="20060316"; # we want opts everywhere my %opt; |