diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-15 01:01:08 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-15 01:01:08 +0100 |
commit | da3520af54c9cf9a2b34f5667160c12349bc8169 (patch) | |
tree | e719973e9ec8be4a582a7638dac4f589a799db34 /lib | |
parent | f7520e9d2710026e7e154503fdba5e8a1751423a (diff) | |
download | smokeping-da3520af54c9cf9a2b34f5667160c12349bc8169.tar.gz smokeping-da3520af54c9cf9a2b34f5667160c12349bc8169.tar.xz |
prepare for the release of smokeping-20051115_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 09ff150..709b63e 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="20051114"; +$VERSION="20051115"; # we want opts everywhere my %opt; |