Bump up version.

This commit is contained in:
Bastian Kleineidam 2012-05-23 06:55:52 +02:00
parent e13a479362
commit 1ec19661c1
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (7.9-1) UNRELEASED; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Wed, 23 May 2012 06:55:45 +0200
linkchecker (7.8-1) unstable; urgency=low
* New upstream release.

View file

@ -77,7 +77,7 @@ except ImportError:
has_py2app = False
# the application version
AppVersion = "7.8"
AppVersion = "7.9"
# the application name
AppName = "LinkChecker"