diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-11 01:00:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-11 01:00:54 +0200 |
commit | 617e8a3551de97eef26b709682b0b0511af5c282 (patch) | |
tree | 3d5b30a4d14df322cc181965ae56f62c77472773 /lib/Smokeping.pm | |
parent | 13b3fdf76532364cb8a66a61042432e38a1363d0 (diff) | |
download | smokeping-617e8a3551de97eef26b709682b0b0511af5c282.tar.gz smokeping-617e8a3551de97eef26b709682b0b0511af5c282.tar.xz |
prepare for the release of smokeping-20050911_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-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 c83a250..3d76a8e 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="20050910"; +$VERSION="20050911"; # we want opts everywhere my %opt; |