diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-09-06 17:43:45 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-09-06 17:43:45 +0200 |
commit | fa5abd5d25b193c47400f116c852c0a0b176322a (patch) | |
tree | 7795fdd0e25d28c7741c265619fa1fde81655c0c /bin | |
parent | 36ab642eaaa3a27e346659bef7fff07b3733ca30 (diff) | |
download | smokeping-fa5abd5d25b193c47400f116c852c0a0b176322a.tar.gz smokeping-fa5abd5d25b193c47400f116c852c0a0b176322a.tar.xz |
prepare for the release of smokeping-2.2.3
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 86fa4be..5ce283e 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.002002; +use Smokeping 2.002003; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 3a90267..24049d8 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.002002; +use Smokeping 2.002003; use Net::SMTP; use Getopt::Long; use Pod::Usage; |