mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-03 04:14:43 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1686 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
8c8dd04605
commit
e5f655b16d
4 changed files with 10 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
1.13.0.1 "Arahan" (released 2.9.2004)
|
||||
1.13.1 "Old men in new cars" (released xx.xx.xxxx)
|
||||
* fixed RPM generation by adding the generated config file to the
|
||||
installed files list
|
||||
Type: bugfix
|
||||
|
|
|
|||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (1.13.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Thu, 2 Sep 2004 23:13:03 +0200
|
||||
|
||||
linkchecker (1.13.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
%define name linkchecker
|
||||
%define version 1.13.0
|
||||
%define release 2
|
||||
%define version 1.13.1
|
||||
%define release 1
|
||||
|
||||
Summary: check HTML documents for broken links
|
||||
Name: %{name}
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -180,7 +180,7 @@ myname = "Bastian Kleineidam"
|
|||
myemail = "calvin@users.sourceforge.net"
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "1.13.0",
|
||||
version = "1.13.1",
|
||||
description = "check HTML documents for broken links",
|
||||
keywords = "link,url,checking,verfication",
|
||||
author = myname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue