summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-26 01:00:51 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-26 01:00:51 +0200
commitff15a9dfc43a89f23ed99e100b97c6280ca79a96 (patch)
treea7b20f02b312109c5d3e476753a857034558e13a /bin
parentb00129a9eed4717d3b320cb728bead23e177e160 (diff)
downloadsmokeping-ff15a9dfc43a89f23ed99e100b97c6280ca79a96.tar.gz
smokeping-ff15a9dfc43a89f23ed99e100b97c6280ca79a96.tar.xz
prepare for the release of smokeping-20060526_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 6d9bede..34ac990 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 20060525;
+use Smokeping 20060526;
Smokeping::main("etc/config.dist");
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist
index 97baf9f..2a67a90 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 20060525;
+use Smokeping 20060526;
use Net::SMTP;
use Getopt::Long;
use Pod::Usage;