diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-16 01:01:09 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-16 01:01:09 +0200 |
commit | 86175a3bdad15b04d2baa969bf6058e93faecabb (patch) | |
tree | 7de3aaf18824a13895b4329598405ca1d6e56390 /lib | |
parent | db0fe70e88e9d0247e800b9a41e1c217fb028bc8 (diff) | |
download | smokeping-86175a3bdad15b04d2baa969bf6058e93faecabb.tar.gz smokeping-86175a3bdad15b04d2baa969bf6058e93faecabb.tar.xz |
prepare for the release of smokeping-20060716_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 0d35732..d1cca6f 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="20060715"; +$VERSION="20060716"; # we want opts everywhere my %opt; |