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