diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-02-22 01:00:54 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-02-22 01:00:54 +0100 |
commit | ce8d46be47469deda66754b6b261638875a6d63e (patch) | |
tree | 65ba30e63ce78d39a73daefb2bc3252aa1d9ae85 /lib | |
parent | 1c3d445889e35f89a1150d0585e8d5aa8ef26f18 (diff) | |
download | smokeping-ce8d46be47469deda66754b6b261638875a6d63e.tar.gz smokeping-ce8d46be47469deda66754b6b261638875a6d63e.tar.xz |
prepare for the release of smokeping-20060222_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 7fb35c6..ec43246 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="20060221"; +$VERSION="20060222"; # we want opts everywhere my %opt; |