diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-16 01:00:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-16 01:00:54 +0200 |
commit | c6511eb9a138b20fffde614288d13851e3b8219b (patch) | |
tree | 3de55127d2042c53485c396c9874981882446650 /lib | |
parent | 8bc2e1bc392f4d47ddece6a967a2823691179f7f (diff) | |
download | smokeping-c6511eb9a138b20fffde614288d13851e3b8219b.tar.gz smokeping-c6511eb9a138b20fffde614288d13851e3b8219b.tar.xz |
prepare for the release of smokeping-20060616_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 a518853..1c82767 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="20060615"; +$VERSION="20060616"; # we want opts everywhere my %opt; |