Bump up version.

This commit is contained in:
Bastian Kleineidam 2012-04-29 10:32:28 +02:00
parent c71b586189
commit 643aef24e2
3 changed files with 10 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (7.8-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Sun, 29 Apr 2012 10:32:16 +0200
linkchecker (7.7-2) unstable; urgency=low
* Fix FTBFS when building only architecture dependant packages.

View file

@ -1,3 +1,6 @@
7.8 "" (released xx.xx.2012)
7.7 "Intouchables" (released 22.04.2012)
Fixes:

View file

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