diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-12 01:00:56 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-12 01:00:56 +0200 |
commit | 9d944716c0b1a3ba2a1057865f787e40bc0cef7f (patch) | |
tree | 4f51556560169c6079aede47b97f00a74d10cac5 /lib | |
parent | bb79f178b55d84776e72d123634513941e4cbf94 (diff) | |
download | smokeping-9d944716c0b1a3ba2a1057865f787e40bc0cef7f.tar.gz smokeping-9d944716c0b1a3ba2a1057865f787e40bc0cef7f.tar.xz |
prepare for the release of smokeping-20060812_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 6b1429b..b04150f 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="20060811"; +$VERSION="20060812"; # we want opts everywhere my %opt; |