diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-12 01:01:08 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-12 01:01:08 +0200 |
commit | f84dd88683a50d232722ca9f622a50a86b2531a9 (patch) | |
tree | b81075e98f94d7a124736527bdbbdc680e9c2f77 /bin/tSmoke.dist | |
parent | 617e8a3551de97eef26b709682b0b0511af5c282 (diff) | |
download | smokeping-f84dd88683a50d232722ca9f622a50a86b2531a9.tar.gz smokeping-f84dd88683a50d232722ca9f622a50a86b2531a9.tar.xz |
prepare for the release of smokeping-20050912_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 14272f4..4d7444b 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 20050911; +use Smokeping 20050912; use Net::SMTP; use Getopt::Long; use Pod::Usage; |