bump up version

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3069 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-02-13 17:48:07 +00:00
parent 77bd59a8fa
commit ab0ad2e9ef
3 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2.5 "" (released xx.xx.xxxx)
*
3.4 "The Chumscrubbers" (released 4.2.2006)
* Ignore decoding errors when retrieving the robots.txt URL.

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (3.5-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Mon, 13 Feb 2006 14:55:42 +0100
linkchecker (3.4-1) unstable; urgency=low
* New upstream release.

View file

@ -502,7 +502,7 @@ elif win_compiling:
]))
setup (name = "linkchecker",
version = "3.4",
version = "3.5",
description = "check websites and HTML documents for broken links",
keywords = "link,url,checking,verification",
author = myname,