Bump up version; renamed readme file to standard name.

This commit is contained in:
Bastian Kleineidam 2011-11-05 13:36:16 +01:00
parent 76eddb62a8
commit d771fc9a5e
4 changed files with 14 additions and 2 deletions

View file

@ -1,4 +1,4 @@
include readme.txt doc/install.txt COPYING doc/upgrading.txt
include README.txt doc/install.txt COPYING doc/upgrading.txt
include MANIFEST.in doc/changelog.txt
include config/linkchecker-completion config/create.sql
include config/linkcheckerrc config/logging.conf

12
debian/changelog vendored
View file

@ -1,3 +1,15 @@
linkchecker (7.3-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Sat, 05 Nov 2011 13:33:47 +0100
linkchecker (7.2-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Thu, 20 Oct 2011 10:17:49 +0200
linkchecker (7.1-1) unstable; urgency=low
* New upstream release.

View file

@ -67,7 +67,7 @@ except ImportError:
pass
from distutils.core import Distribution
AppVersion = "7.2"
AppVersion = "7.3"
AppName = "LinkChecker"
# basic includes for py2exe and py2app