summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-04-08 01:01:02 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-04-08 01:01:02 +0200
commita9f6a569bf8f150b1f3ecacffbc5598e85f6f136 (patch)
tree0a84eb197fe08328acfa73f1ad05bc7db24bc582 /lib
parent8523054f6103ece800d8d26014f0a9a2723ece1b (diff)
downloadsmokeping-a9f6a569bf8f150b1f3ecacffbc5598e85f6f136.tar.gz
smokeping-a9f6a569bf8f150b1f3ecacffbc5598e85f6f136.tar.xz
prepare for the release of smokeping-20060408_trunk
Diffstat (limited to 'lib')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index c851676..f9c8b5a 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -27,7 +27,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20060407";
+$VERSION="20060408";
# we want opts everywhere
my %opt;