Bump up version.

This commit is contained in:
Bastian Kleineidam 2012-01-09 20:51:54 +01:00
parent 4c305d1aa9
commit 8e448604d1
3 changed files with 11 additions and 2 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (7.5-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Mon, 09 Jan 2012 20:51:38 +0100
linkchecker (7.4-1) unstable; urgency=low
* New upstream release.

View file

@ -1,4 +1,7 @@
7.4 "Warrior" (release 07.01.2012)
7.5 "" (released xx.xx.2012)
7.4 "Warrior" (released 07.01.2012)
Fixes:
- gui: Fix saving of check results as a file.

View file

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