summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-03-16 01:00:53 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-03-16 01:00:53 +0100
commit28828494e3c14e84232a895104411d855bfd38b2 (patch)
tree07160201666cb3b82c29e75a9d208ad5584e5611 /lib
parent5ba7e23f3f72293b7bc8c97fa6f071288b35437a (diff)
downloadsmokeping-28828494e3c14e84232a895104411d855bfd38b2.tar.gz
smokeping-28828494e3c14e84232a895104411d855bfd38b2.tar.xz
prepare for the release of smokeping-20060316_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 e2e0659..3a48033 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="20060315";
+$VERSION="20060316";
# we want opts everywhere
my %opt;