summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-22 01:00:53 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-22 01:00:53 +0200
commit9b89c87e8139103df792cd55cf0cebae2211ea0d (patch)
tree9132b41eb45a801b86c427464638f7b2e5525f9d /bin
parentd1d4941d1821370757de586e0fc06bd36dc8595e (diff)
downloadsmokeping-9b89c87e8139103df792cd55cf0cebae2211ea0d.tar.gz
smokeping-9b89c87e8139103df792cd55cf0cebae2211ea0d.tar.xz
prepare for the release of smokeping-20060522_trunk
Diffstat (limited to 'bin')
-rwxr-xr-xbin/smokeping.dist2
-rwxr-xr-xbin/tSmoke.dist2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/smokeping.dist b/bin/smokeping.dist
index 4bda391..13b3b03 100755
--- a/bin/smokeping.dist
+++ b/bin/smokeping.dist
@@ -4,7 +4,7 @@
use lib qw(/usr/pack/rrdtool-1.0.49-to/lib/perl);
use lib qw(lib);
-use Smokeping 20060521;
+use Smokeping 20060522;
Smokeping::main("etc/config.dist");
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist
index bc18087..89d34d8 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 20060521;
+use Smokeping 20060522;
use Net::SMTP;
use Getopt::Long;
use Pod::Usage;