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:
calvin 2004-09-02 21:13:15 +00:00
parent 8c8dd04605
commit e5f655b16d
4 changed files with 10 additions and 4 deletions

View file

@ -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
View file

@ -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.

View file

@ -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}

View file

@ -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,