summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-02 01:00:55 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-02 01:00:55 +0100
commitf628316ec477ef0173567ef0810f37817df117a2 (patch)
treefcfd628958849293a995b3e85bda8845f0a67cfc /bin
parent2ab647d1e15c52b9947626b17216320ee1dfeaa2 (diff)
downloadsmokeping-f628316ec477ef0173567ef0810f37817df117a2.tar.gz
smokeping-f628316ec477ef0173567ef0810f37817df117a2.tar.xz
prepare for the release of smokeping-20051202_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 ed08888..9d6a14e 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 20051201;
+use Smokeping 20051202;
Smokeping::main("etc/config.dist");
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist
index 8b5e6c8..b9d4ddb 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 20051201;
+use Smokeping 20051202;
use Net::SMTP;
use Getopt::Long;
use Pod::Usage;