bump up version

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2501 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-03-31 15:00:52 +00:00
parent ba5939c7c5
commit 896c3d0b39
2 changed files with 7 additions and 2 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (2.8-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Thu, 31 Mar 2005 17:00:29 +0200
linkchecker (2.7-1) unstable; urgency=low
* New upstream release.

View file

@ -41,7 +41,6 @@ from distutils import util, log
# cross compile config
cc = os.environ.get("CC")
# directory with cross compiled (for win32) python
# see also http://kampfwurst.net/python-mingw32/
win_python_dir = "/home/calvin/src/python23-maint-cvs/dist/src/"
# if we are compiling for or under windows
win_compiling = (os.name == 'nt') or (cc is not None and "mingw32" in cc)
@ -358,7 +357,7 @@ elif os.name == 'nt':
]))
setup (name = "linkchecker",
version = "2.7",
version = "2.8",
description = "check websites and HTML documents for broken links",
keywords = "link,url,checking,verfication",
author = myname,