bump up version

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3467 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-09-16 10:08:59 +00:00
parent eeab3206c9
commit 6f221ae45f
3 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,7 @@
4.5 "" (released xx.xx.xxxx)
*
4.4 "Garden State" (released 16.9.2006)
* The JavaScript URL syntax check allows now digits and underscores.

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (4.5-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Sat, 16 Sep 2006 12:08:36 +0200
linkchecker (4.4-1) unstable; urgency=low
* New upstream release (Closes: #385956)

View file

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