summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-31 01:01:03 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-31 01:01:03 +0100
commit448ab9a128acc6005fa6cd8eaecb540ae40aea71 (patch)
treeff3c894b39f20af2612b8d66042708a30ec7570a /bin
parentbe82526c51ec0359c0d79606175536cd9ff94d8b (diff)
downloadsmokeping-448ab9a128acc6005fa6cd8eaecb540ae40aea71.tar.gz
smokeping-448ab9a128acc6005fa6cd8eaecb540ae40aea71.tar.xz
prepare for the release of smokeping-20051231_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 2735870..9ce91a3 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 20051230;
+use Smokeping 20051231;
Smokeping::main("etc/config.dist");
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist
index f836f92..cead949 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 20051230;
+use Smokeping 20051231;
use Net::SMTP;
use Getopt::Long;
use Pod::Usage;