Bump up version.

This commit is contained in:
Bastian Kleineidam 2011-12-29 06:55:02 +01:00
parent 422d4e9c6c
commit 83bf65171e
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (7.4-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Thu, 29 Dec 2011 06:54:49 +0100
linkchecker (7.3-1) unstable; urgency=low
* New upstream release.

View file

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