diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-11 01:00:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-11 01:00:54 +0200 |
commit | 617e8a3551de97eef26b709682b0b0511af5c282 (patch) | |
tree | 3d5b30a4d14df322cc181965ae56f62c77472773 /bin/tSmoke.dist | |
parent | 13b3fdf76532364cb8a66a61042432e38a1363d0 (diff) | |
download | smokeping-617e8a3551de97eef26b709682b0b0511af5c282.tar.gz smokeping-617e8a3551de97eef26b709682b0b0511af5c282.tar.xz |
prepare for the release of smokeping-20050911_trunk
Diffstat (limited to 'bin/tSmoke.dist')
-rwxr-xr-x | bin/tSmoke.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index b7f4d51..14272f4 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 20050910; +use Smokeping 20050911; use Net::SMTP; use Getopt::Long; use Pod::Usage; |