From d8ed30faca90a6d866792e8756ac660763974643 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 15 Jan 2007 20:27:53 +0000 Subject: get files ready for 1.9.8 release git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@309 86f53f14-5ff3-0310-afe5-9b438ce3f40c --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.py') diff --git a/config.py b/config.py index adb5a37..6b6430d 100644 --- a/config.py +++ b/config.py @@ -30,7 +30,7 @@ items should be changeble from the command line.""" import urllib # Current version of webcheck. -VERSION = '1.9.7' +VERSION = '1.9.8' # The homepage of webcheck. HOMEPAGE = 'http://ch.tudelft.nl/~arthur/webcheck/' @@ -111,6 +111,6 @@ FILE_INDEXES = [ 'index.html', 'index.htm' ] # directory. This file will be picked up instead of the directory list. FTP_INDEXES = [ 'index.html', 'index.htm' ] -# Whether to fetch robots.txt files and do checking based on the informatio +# Whether to fetch robots.txt files and do checking based on the information # present in those files (normally matching links are yanked). USE_ROBOTS = False -- cgit v1.2.3