bump up version

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2830 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-10-10 21:55:05 +00:00
parent 95081a62e6
commit f75b344a06
3 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,7 @@
3.3 "" (released xx.xx.xxxx)
*
3.2 "Kiss kiss bang bang" (released 3.8.2005)
* Fixed typo in redirection handling code.

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (3.3-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Mon, 10 Oct 2005 23:55:56 +0200
linkchecker (3.2-1) unstable; urgency=low
* New upstream release.

View file

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