summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-09 01:00:53 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-09 01:00:53 +0200
commitb00f64b74155e0f4de20a2d0ec40827a04b5b534 (patch)
tree8a9311d07a12a25ada9cf35056963e2a30bc8854 /bin
parent14e7c8600754d80b15ae12d7718271690be9e664 (diff)
downloadsmokeping-b00f64b74155e0f4de20a2d0ec40827a04b5b534.tar.gz
smokeping-b00f64b74155e0f4de20a2d0ec40827a04b5b534.tar.xz
prepare for the release of smokeping-20060509_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 dbae9dc..0e4d79e 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 20060508;
+use Smokeping 20060509;
Smokeping::main("etc/config.dist");
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist
index 5e18bc4..c466ca0 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 20060508;
+use Smokeping 20060509;
use Net::SMTP;
use Getopt::Long;
use Pod::Usage;