summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-02-09 01:00:55 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-02-09 01:00:55 +0100
commit58dcd0ccbc914d4264367bf544e4e2cd5544e779 (patch)
treecc79ff884ba9071bb289601ae677e02210611b51 /lib
parent6fa384bf039b941380e7765f0ff37c931825523c (diff)
downloadsmokeping-58dcd0ccbc914d4264367bf544e4e2cd5544e779.tar.gz
smokeping-58dcd0ccbc914d4264367bf544e4e2cd5544e779.tar.xz
prepare for the release of smokeping-20060209_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 f098ec9..0d57213 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="20060208";
+$VERSION="20060209";
# we want opts everywhere
my %opt;