bump up version

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3291 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-05-23 19:57:50 +00:00
parent 27997b0251
commit 356918d98f
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,6 @@
4.1 "" (released xx.xx.xxx)
*
4.0 "Down in the Valley" (released 19.5.2006)
* Put a name to the DOT graph output. Thanks to Peter Chiocchetti

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (4.1-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Tue, 23 May 2006 21:57:14 +0200
linkchecker (4.0-1) unstable; urgency=low
* New upstream release.

View file

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