summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-18 01:01:06 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-18 01:01:06 +0200
commitce8a46b5e9aa091d455ea0e25f5f478a3b6f3110 (patch)
tree7abc9df4315256063c506cf1934f606e9272ef85 /bin
parent2dc8c44f712a2f70c340dc490adc14b9e6e2058f (diff)
downloadsmokeping-ce8a46b5e9aa091d455ea0e25f5f478a3b6f3110.tar.gz
smokeping-ce8a46b5e9aa091d455ea0e25f5f478a3b6f3110.tar.xz
prepare for the release of smokeping-20060718_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 a8900cd..2cd03a8 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 20060717;
+use Smokeping 20060718;
Smokeping::main("etc/config.dist");
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist
index c09d794..3d15eb7 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 20060717;
+use Smokeping 20060718;
use Net::SMTP;
use Getopt::Long;
use Pod::Usage;