diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-02-17 11:29:13 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-02-17 11:29:13 +0100 |
commit | d181a809046d4f59be93e447b33ccf71e5edaf8f (patch) | |
tree | c08d7546aa591efb89c1b7ff64e97ba1cb4c1173 /bin | |
parent | b9e4dcf06ed56ddbb0ee0f6a040142e21ab2f4a9 (diff) | |
download | smokeping-d181a809046d4f59be93e447b33ccf71e5edaf8f.tar.gz smokeping-d181a809046d4f59be93e447b33ccf71e5edaf8f.tar.xz |
prepare for the release of smokeping-2.3.1
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/smokeping.dist | 2 | ||||
-rwxr-xr-x | bin/tSmoke.dist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/smokeping.dist b/bin/smokeping.dist index 81ff3aa..1a4576f 100755 --- a/bin/smokeping.dist +++ b/bin/smokeping.dist @@ -4,7 +4,7 @@ use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl); use lib qw(lib); -use Smokeping 2.003000; +use Smokeping 2.003001; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index be94a77..568b3b3 100755 --- a/bin/tSmoke.dist +++ b/bin/tSmoke.dist @@ -53,7 +53,7 @@ use strict; use lib qw(lib); use lib "/usr/local/rrdtool-1.0.39/lib/perl"; -use Smokeping 2.003000; +use Smokeping 2.003001; use Net::SMTP; use Getopt::Long; use Pod::Usage; |