summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-02-15 01:00:54 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-02-15 01:00:54 +0100
commitbd19f805a41846fdca4345810640662ba9c8567b (patch)
treea0c77470ab36384444227d90413892f86b5ab951 /lib
parent0d4b5ded0d67a027f3f3bd9e0fe20a4c3891cc8c (diff)
downloadsmokeping-bd19f805a41846fdca4345810640662ba9c8567b.tar.gz
smokeping-bd19f805a41846fdca4345810640662ba9c8567b.tar.xz
prepare for the release of smokeping-20060215_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 6460b56..732c21b 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="20060214";
+$VERSION="20060215";
# we want opts everywhere
my %opt;