diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-10 01:00:52 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-10 01:00:52 +0200 |
commit | 13b3fdf76532364cb8a66a61042432e38a1363d0 (patch) | |
tree | ea9cf332498a009f457b98bc10115d4fc1e3c8c7 /lib/Smokeping.pm | |
parent | db18af300e1ee4598243eccb9b36d745cd95becb (diff) | |
download | smokeping-13b3fdf76532364cb8a66a61042432e38a1363d0.tar.gz smokeping-13b3fdf76532364cb8a66a61042432e38a1363d0.tar.xz |
prepare for the release of smokeping-20050910_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 4070b45..c83a250 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="20050909"; +$VERSION="20050910"; # we want opts everywhere my %opt; |