Bump up version.

This commit is contained in:
Bastian Kleineidam 2012-04-03 07:42:13 +02:00
parent 0689f2dfd5
commit cc6ffecc70
3 changed files with 10 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (7.7-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Tue, 03 Apr 2012 07:41:57 +0200
linkchecker (7.6-1) unstable; urgency=low
* New upstream release.

View file

@ -1,3 +1,6 @@
7.7 "Intouchables" (released xx.xx.2012)
7.6 "Türkisch für Anfänger" (released 31.03.2012)
Fixes:

View file

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