diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-25 01:01:15 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-25 01:01:15 +0200 |
commit | 96cc81ec26b5990187ac78815178706d02fda035 (patch) | |
tree | f1093eb5b06499d2f3234fbaf4df7db7a1284304 /lib | |
parent | 39ddbcd0fd52495a25800655a36b6d1931f676d1 (diff) | |
download | smokeping-96cc81ec26b5990187ac78815178706d02fda035.tar.gz smokeping-96cc81ec26b5990187ac78815178706d02fda035.tar.xz |
prepare for the release of smokeping-20060825_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 dee05f3..7882f9d 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -28,7 +28,7 @@ use Smokeping::RRDtools; # globale persistent variables for speedy use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode); -$VERSION="20060824"; +$VERSION="20060825"; # we want opts everywhere my %opt; |