mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-30 02:54:42 +00:00
Bump up version.
This commit is contained in:
parent
c71b586189
commit
643aef24e2
3 changed files with 10 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (7.8-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Sun, 29 Apr 2012 10:32:16 +0200
|
||||
|
||||
linkchecker (7.7-2) unstable; urgency=low
|
||||
|
||||
* Fix FTBFS when building only architecture dependant packages.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
7.8 "" (released xx.xx.2012)
|
||||
|
||||
|
||||
7.7 "Intouchables" (released 22.04.2012)
|
||||
|
||||
Fixes:
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -67,7 +67,7 @@ except ImportError:
|
|||
pass
|
||||
from distutils.core import Distribution
|
||||
|
||||
AppVersion = "7.7"
|
||||
AppVersion = "7.8"
|
||||
AppName = "LinkChecker"
|
||||
|
||||
# basic includes for py2exe and py2app
|
||||
|
|
|
|||
Loading…
Reference in a new issue