bump up version

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1312 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-04-05 09:51:33 +00:00
parent 658b6bbfd3
commit 83645c232e
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,5 @@
1.12.3 (release xx.xx.xxxx)
1.12.2 (release 4.4.2004)
* use XmlUtils instead of xmlify for XML quoting
Type: code cleanup

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (1.12.3-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Mon, 5 Apr 2004 12:03:33 +0200
linkchecker (1.12.2-1) unstable; urgency=low
* New upstream release.

View file

@ -1,7 +1,7 @@
#!/usr/bin/python -O
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2000-2002 Bastian Kleineidam
# Copyright (C) 2000-2004 Bastian Kleineidam
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -146,7 +146,7 @@ myname = "Bastian Kleineidam"
myemail = "calvin@users.sourceforge.net"
setup (name = "linkchecker",
version = "1.12.2",
version = "1.12.3",
description = "check HTML documents for broken links",
keywords = "link,url,checking,verfication",
author = myname,