diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-19 01:00:49 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-19 01:00:49 +0200 |
commit | 3b5baa2cecbfa29e6f355300e6c4068d1ba1dbce (patch) | |
tree | b0972007af66a2e4d89ac465795e1e782aaa7a72 /lib | |
parent | c2d71b63191ed2029b57468dcaa5df824236b0dc (diff) | |
download | smokeping-3b5baa2cecbfa29e6f355300e6c4068d1ba1dbce.tar.gz smokeping-3b5baa2cecbfa29e6f355300e6c4068d1ba1dbce.tar.xz |
prepare for the release of smokeping-20060619_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 2d0199d..3d4878a 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="20060618"; +$VERSION="20060619"; # we want opts everywhere my %opt; |