summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-01-18 01:00:53 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-01-18 01:00:53 +0100
commitff4556debdd900c0e0c12ea1f02f336832badb35 (patch)
tree58c20e2ac0e43754ef951dcce122ed24462a58cb /bin
parent2725616dc36e59b6524ada73e1f492c248aafc1f (diff)
downloadsmokeping-ff4556debdd900c0e0c12ea1f02f336832badb35.tar.gz
smokeping-ff4556debdd900c0e0c12ea1f02f336832badb35.tar.xz
prepare for the release of smokeping-20060118_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 3f5afac..09d35fc 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 20060117;
+use Smokeping 20060118;
Smokeping::main("etc/config.dist");
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist
index 4c56d3a..212ae13 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 20060117;
+use Smokeping 20060118;
use Net::SMTP;
use Getopt::Long;
use Pod::Usage;