diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-10 01:00:51 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-10 01:00:51 +0100 |
commit | 5ab1dafe1779e191f506c13b7a9f16d023a9721b (patch) | |
tree | cc3bb2f4cd42b33327a711476243e0daa58341d1 /lib | |
parent | 7d0a6d44483ca890405eec34b47dc8658d304b11 (diff) | |
download | smokeping-5ab1dafe1779e191f506c13b7a9f16d023a9721b.tar.gz smokeping-5ab1dafe1779e191f506c13b7a9f16d023a9721b.tar.xz |
prepare for the release of smokeping-20060310_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 106a3c2..e597140 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="20060309"; +$VERSION="20060310"; # we want opts everywhere my %opt; |