Bump up version.

This commit is contained in:
Bastian Kleineidam 2011-05-07 17:50:06 +02:00
parent c8298f2f67
commit 5836d758ff
3 changed files with 10 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (7.0-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Sat, 07 May 2011 14:01:23 +0200
linkchecker (6.9-1) unstable; urgency=low
* New upstream release.

View file

@ -1,3 +1,6 @@
7.0 "" (released xx.xx.2011)
6.9 "Cowboy Bebop" (released 6.5.2011)
Fixes:

View file

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