mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-01 03:24:43 +00:00
Bump up version.
This commit is contained in:
parent
4c305d1aa9
commit
8e448604d1
3 changed files with 11 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue