diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-08-30 14:21:34 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-08-30 14:21:34 +0200 |
commit | a930766439a857d04be7c248ea6b934d50f57424 (patch) | |
tree | 4d48fa9dd5d7bda28479d99b5bafd3ccdb4f22ab /bin | |
parent | b5e24ab91e1d66459e12bb8f25ef411f95fe9de8 (diff) | |
download | smokeping-a930766439a857d04be7c248ea6b934d50f57424.tar.gz smokeping-a930766439a857d04be7c248ea6b934d50f57424.tar.xz |
prepare for the release of smokeping-2.2.2
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 3bfc4ae..86fa4be 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.002001; +use Smokeping 2.002002; Smokeping::main("etc/config.dist"); diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index 2bfd9fd..3a90267 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.002001; +use Smokeping 2.002002; use Net::SMTP; use Getopt::Long; use Pod::Usage; |