summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-03-14 01:00:50 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-03-14 01:00:50 +0100
commit07269b146a214f17c6a4587db18cf5fefe6280cc (patch)
treed22d0efda389952dac8fc2cc9c2f50d619330776 /lib
parent958c578f294a753fa290981e1bffd1224bbdb9bb (diff)
downloadsmokeping-07269b146a214f17c6a4587db18cf5fefe6280cc.tar.gz
smokeping-07269b146a214f17c6a4587db18cf5fefe6280cc.tar.xz
prepare for the release of smokeping-20060314_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 68119a6..9d88042 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="20060313";
+$VERSION="20060314";
# we want opts everywhere
my %opt;