diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-07 01:00:51 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-07 01:00:51 +0200 |
commit | 3fd3ab47081ef2df27c25203ed978e46156a204f (patch) | |
tree | 8c86d4c6077dae7ee8e76584f5b0b6ae55959e94 /bin/tSmoke.dist | |
parent | 23c4635bd1567d03215020dfc66f4e21c28bbd1d (diff) | |
download | smokeping-3fd3ab47081ef2df27c25203ed978e46156a204f.tar.gz smokeping-3fd3ab47081ef2df27c25203ed978e46156a204f.tar.xz |
prepare for the release of smokeping-20051007_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 f43138b..4fe2436 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 20051006; +use Smokeping 20051007; use Net::SMTP; use Getopt::Long; use Pod::Usage; |