summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-01-02 01:01:01 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-01-02 01:01:01 +0100
commit9333ae4fead9fd1e066e6c10c731fa30e9bb7161 (patch)
tree3aab6d38a7199fab611ec699f8d7b6ddf26bf012 /bin
parenta25527165845fd32dd1ac054d3962c83bad989cb (diff)
downloadsmokeping-9333ae4fead9fd1e066e6c10c731fa30e9bb7161.tar.gz
smokeping-9333ae4fead9fd1e066e6c10c731fa30e9bb7161.tar.xz
prepare for the release of smokeping-20060102_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 e72ceb5..42e9c72 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 20060101;
+use Smokeping 20060102;
Smokeping::main("etc/config.dist");
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist
index 689fa7b..0c29d7a 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 20060101;
+use Smokeping 20060102;
use Net::SMTP;
use Getopt::Long;
use Pod::Usage;