Bump up version.

This commit is contained in:
Bastian Kleineidam 2011-04-26 18:40:48 +02:00
parent ca49f9b54f
commit ff40607674
3 changed files with 10 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (6.9-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Tue, 26 Apr 2011 18:40:26 +0200
linkchecker (6.8-1) unstable; urgency=low
* New upstream release.

View file

@ -1,3 +1,6 @@
6.9 "" (released xx.xx.2011)
6.8 "Ghost in the shell" (released 26.4.2011)
Fixes:

View file

@ -64,7 +64,7 @@ except ImportError:
pass
from distutils.core import Distribution
AppVersion = "6.8"
AppVersion = "6.9"
AppName = "LinkChecker"
# basic excludes for py2exe and py2app