Bump up version.

This commit is contained in:
Bastian Kleineidam 2011-05-28 12:46:48 +02:00
parent 8c124c5e93
commit a894363096
3 changed files with 10 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (7.1-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Sat, 28 May 2011 12:45:43 +0200
linkchecker (7.0-1) unstable; urgency=low
* New upstream release.

View file

@ -1,3 +1,6 @@
7.1 "" (released xx.xx.2011)
7.0 "Plots with a View" (released 28.5.2011)
Fixes:

View file

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