diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-02-12 01:00:49 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-02-12 01:00:49 +0100 |
commit | 8e8c72864c24b4cfa9390c50a5e61a48d0e5be0b (patch) | |
tree | 86c616484aa5125bf774428435db702d3c969bd0 /lib | |
parent | 998c468147b2ecff21d2d27da016d48149484659 (diff) | |
download | smokeping-8e8c72864c24b4cfa9390c50a5e61a48d0e5be0b.tar.gz smokeping-8e8c72864c24b4cfa9390c50a5e61a48d0e5be0b.tar.xz |
prepare for the release of smokeping-20060212_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 4eb01ad..724ca57 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="20060211"; +$VERSION="20060212"; # we want opts everywhere my %opt; |