diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-10 15:08:07 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-10 15:08:07 +0200 |
commit | 424e08410b2cdbf963c07cca0834ba66a541b703 (patch) | |
tree | 79b84c65ff0b4b24eaa46b98d998be43b6ad469a /bin | |
parent | 8d5f45365467584b313528c60c6f3a902e02c1a4 (diff) | |
download | smokeping-424e08410b2cdbf963c07cca0834ba66a541b703.tar.gz smokeping-424e08410b2cdbf963c07cca0834ba66a541b703.tar.xz |
prepare for the release of smokeping-2.4.0
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 14dcdb2..148a880 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.003006; +use Smokeping 2.004000; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index e87bb93..cf876f8 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.003006; +use Smokeping 2.004000; use Net::SMTP; use Getopt::Long; use Pod::Usage; |