summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-15 01:00:53 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-15 01:00:53 +0200
commitfc280a35cc9b6cc96f26d13d4ab87e9a041cf154 (patch)
treedadeafb168a2d3df8cc495e9e50b93f516dcd33e /lib
parent71681f39c4e5102b5a2c629ee7a16e9f8a20f8d0 (diff)
downloadsmokeping-fc280a35cc9b6cc96f26d13d4ab87e9a041cf154.tar.gz
smokeping-fc280a35cc9b6cc96f26d13d4ab87e9a041cf154.tar.xz
prepare for the release of smokeping-20060815_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 e5d3596..ac260bc 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -28,7 +28,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20060814";
+$VERSION="20060815";
# we want opts everywhere
my %opt;