diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-21 01:01:00 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-21 01:01:00 +0200 |
commit | 3cb15a9faccb4e8fcaf9919f1805ae5e8927149b (patch) | |
tree | 8134d7ce9e22cfac0f1875af47d6e0937adec4e8 /lib | |
parent | 4cb033293a392832e7748af39ed99b7c5e30eb9d (diff) | |
download | smokeping-3cb15a9faccb4e8fcaf9919f1805ae5e8927149b.tar.gz smokeping-3cb15a9faccb4e8fcaf9919f1805ae5e8927149b.tar.xz |
prepare for the release of smokeping-20060721_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 eeb85a7..2ebe932 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="20060720"; +$VERSION="20060721"; # we want opts everywhere my %opt; |