summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-21 01:00:58 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-21 01:00:58 +0100
commita7def2ca84fad70758e24bbc3d83d330d37f2570 (patch)
treec3eca964769bd4f77c2de5419ba7cf5558ba9f61 /bin
parent22462833c1511c921822ba6f3eca4ea2d3cacf61 (diff)
downloadsmokeping-a7def2ca84fad70758e24bbc3d83d330d37f2570.tar.gz
smokeping-a7def2ca84fad70758e24bbc3d83d330d37f2570.tar.xz
prepare for the release of smokeping-20051221_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 a1e15aa..0e63f91 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 20051220;
+use Smokeping 20051221;
Smokeping::main("etc/config.dist");
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist
index 365b41d..a44346a 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 20051220;
+use Smokeping 20051221;
use Net::SMTP;
use Getopt::Long;
use Pod::Usage;