diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-02 01:00:48 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-02 01:00:48 +0100 |
commit | 1d8ea2813596138d931f4dcc42ac5b3011a7a185 (patch) | |
tree | 042554ad401189096e53606f87374135a32c1ed4 /lib | |
parent | ced1a2d96fa017fb8161d48a6fc28a945e83c856 (diff) | |
download | smokeping-1d8ea2813596138d931f4dcc42ac5b3011a7a185.tar.gz smokeping-1d8ea2813596138d931f4dcc42ac5b3011a7a185.tar.xz |
prepare for the release of smokeping-20060302_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 8f538a3..1c9a899 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="20060301"; +$VERSION="20060302"; # we want opts everywhere my %opt; |