summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-08 01:00:58 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-08 01:00:58 +0200
commit3e300db12870eefb86cfd04e18088efcb5fbf27b (patch)
treefd4279628f300c76b0150b19b0b8318e5bd0be6c /lib
parente3ed113b0cad55925ac1850a2b1e8dcd3ee5eb43 (diff)
downloadsmokeping-3e300db12870eefb86cfd04e18088efcb5fbf27b.tar.gz
smokeping-3e300db12870eefb86cfd04e18088efcb5fbf27b.tar.xz
prepare for the release of smokeping-20060708_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 f19274b..bc9459a 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="20060707";
+$VERSION="20060708";
# we want opts everywhere
my %opt;