diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-08 01:01:05 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-08 01:01:05 +0200 |
commit | c46c5fc16f5393a89806cd6a8abf30aa38360325 (patch) | |
tree | 9170dd2e0961146147f869b614932c0cc95de62b /lib | |
parent | e158d53556f9eab5c89a04b7654b4df0bc2aa5d0 (diff) | |
download | smokeping-c46c5fc16f5393a89806cd6a8abf30aa38360325.tar.gz smokeping-c46c5fc16f5393a89806cd6a8abf30aa38360325.tar.xz |
prepare for the release of smokeping-20050908_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 bea4beb..14912c8 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="20050907"; +$VERSION="20050908"; # we want opts everywhere my %opt; |