summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-23 01:01:03 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-23 01:01:03 +0200
commita89ce7953c4bfb06046b87a517e4401e91c9a219 (patch)
tree69dc15acac7ba20424318a553edc9df9e1f50aea /bin
parentd84352847fb49979a9b78410ad9a1df9f2efd6be (diff)
downloadsmokeping-a89ce7953c4bfb06046b87a517e4401e91c9a219.tar.gz
smokeping-a89ce7953c4bfb06046b87a517e4401e91c9a219.tar.xz
prepare for the release of smokeping-20060723_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 4475007..5d68403 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 20060722;
+use Smokeping 20060723;
Smokeping::main("etc/config.dist");
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist
index acc4fd0..b316db0 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 20060722;
+use Smokeping 20060723;
use Net::SMTP;
use Getopt::Long;
use Pod::Usage;