diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-05-31 22:14:23 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-05-31 22:14:23 +0200 |
commit | 9791370bdbea2be98b9f715a4cea7bbfc5ec9880 (patch) | |
tree | abafe35a5819bab4ce8c280dde55a5bd9fc99eda /bin | |
parent | dbad531025c7f6ffe665c1514af416658fc6d3f4 (diff) | |
download | smokeping-9791370bdbea2be98b9f715a4cea7bbfc5ec9880.tar.gz smokeping-9791370bdbea2be98b9f715a4cea7bbfc5ec9880.tar.xz |
prepare for the release of smokeping-2.0rc5
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/smokeping.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/smokeping.dist b/bin/smokeping.dist index e6a13ab..8d15a28 100755 --- a/bin/smokeping.dist +++ b/bin/smokeping.dist @@ -4,7 +4,7 @@ use lib qw(/usr/pack/rrdtool-1.0.49-to/lib/perl); use lib qw(lib); -use Smokeping 1.99005; +use Smokeping 1.99006; Smokeping::main("etc/config.dist"); |