mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-02 11:54:43 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1274 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
e70c979d19
commit
f38519c2f7
3 changed files with 8 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (1.12.2) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Mon, 1 Mar 2004 16:57:00 +0100
|
||||
|
||||
linkchecker (1.12.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
%define name linkchecker
|
||||
%define version 1.12.1
|
||||
%define version 1.12.2
|
||||
%define release 1
|
||||
|
||||
Summary: check HTML documents for broken links
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -146,7 +146,7 @@ myname = "Bastian Kleineidam"
|
|||
myemail = "calvin@users.sourceforge.net"
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "1.12.1",
|
||||
version = "1.12.2",
|
||||
description = "check HTML documents for broken links",
|
||||
keywords = "link,url,checking,verfication",
|
||||
author = myname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue