summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-04-13 01:00:48 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-04-13 01:00:48 +0200
commit641df363ae015f50c1dbcfd7fee01115fe62f194 (patch)
tree4db9ad24f661d707ffc1d96070f7fe3809a53776 /lib
parent772d22334d4c9335aa19fcc598920c8f7bd51c60 (diff)
downloadsmokeping-641df363ae015f50c1dbcfd7fee01115fe62f194.tar.gz
smokeping-641df363ae015f50c1dbcfd7fee01115fe62f194.tar.xz
prepare for the release of smokeping-20060413_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 5768cb1..3069e4f 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="20060412";
+$VERSION="20060413";
# we want opts everywhere
my %opt;