summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-02-14 01:00:49 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-02-14 01:00:49 +0100
commit0d4b5ded0d67a027f3f3bd9e0fe20a4c3891cc8c (patch)
treea4cb5d2b6eaca8a692c89dd7c1a86fca93d4f29c /lib
parent0dd43b8d31eb1748474c7cd91f2a30508b1100e8 (diff)
downloadsmokeping-0d4b5ded0d67a027f3f3bd9e0fe20a4c3891cc8c.tar.gz
smokeping-0d4b5ded0d67a027f3f3bd9e0fe20a4c3891cc8c.tar.xz
prepare for the release of smokeping-20060214_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 7fb6bec..6460b56 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="20060213";
+$VERSION="20060214";
# we want opts everywhere
my %opt;