bump up version

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2204 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-01-24 19:25:26 +00:00
parent edf321a824
commit 4a0c25b84d
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,6 @@
2.3 "" (released xx.xx.2005)
2.2 "Cube" (released 25.01.2005)
* CSV log format changes:

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (2.3-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Mon, 24 Jan 2005 20:24:12 +0100
linkchecker (2.2-1) unstable; urgency=low
* New upstream release.

View file

@ -270,7 +270,7 @@ elif os.name == 'nt':
'doc/shot2_thumb.jpg', ]))
setup (name = "linkchecker",
version = "2.2",
version = "2.3",
description = "check HTML documents for broken links",
keywords = "link,url,checking,verfication",
author = myname,