diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-16 01:00:51 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-16 01:00:51 +0200 |
commit | d314839ab2f912567b1953303b548a3d65612b15 (patch) | |
tree | 569deb22717ee220099f1fea9a759b6884b4c3d1 /lib | |
parent | c3f200246ff749093fedc0606867967af1568622 (diff) | |
download | smokeping-d314839ab2f912567b1953303b548a3d65612b15.tar.gz smokeping-d314839ab2f912567b1953303b548a3d65612b15.tar.xz |
prepare for the release of smokeping-20060516_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 9e106e2..f863ebd 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="20060515"; +$VERSION="20060516"; # we want opts everywhere my %opt; |