summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-03 01:01:01 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-03 01:01:01 +0200
commite05c856ba16d9c731ecc196cadb408c1af54212a (patch)
tree04f6b2aa9af2d96f0e59aafb971afb37094001d5 /lib
parentc39a2544b2fa4f74ea5e32168b270e48c0312b91 (diff)
downloadsmokeping-e05c856ba16d9c731ecc196cadb408c1af54212a.tar.gz
smokeping-e05c856ba16d9c731ecc196cadb408c1af54212a.tar.xz
prepare for the release of smokeping-20060803_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 a74e5ba..29f6dcf 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="20060802";
+$VERSION="20060803";
# we want opts everywhere
my %opt;