summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-27 01:00:51 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-27 01:00:51 +0200
commit65574bbd22f7cbf384a41a940f8edccb21a09db6 (patch)
tree7733034c6dc9977b9acaefcfd40745a0eba9f956 /bin
parent3dd1d1e939a173e50f5ff6d54a515e10a2c46cd4 (diff)
downloadsmokeping-65574bbd22f7cbf384a41a940f8edccb21a09db6.tar.gz
smokeping-65574bbd22f7cbf384a41a940f8edccb21a09db6.tar.xz
prepare for the release of smokeping-20051027_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 12a26fa..88d3616 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 20051026;
+use Smokeping 20051027;
Smokeping::main("etc/config.dist");
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist
index 9304e5c..460bb06 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 20051026;
+use Smokeping 20051027;
use Net::SMTP;
use Getopt::Long;
use Pod::Usage;