mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-24 08:04:44 +00:00
Bump up version.
This commit is contained in:
parent
ca49f9b54f
commit
ff40607674
3 changed files with 10 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (6.9-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Tue, 26 Apr 2011 18:40:26 +0200
|
||||
|
||||
linkchecker (6.8-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
6.9 "" (released xx.xx.2011)
|
||||
|
||||
|
||||
6.8 "Ghost in the shell" (released 26.4.2011)
|
||||
|
||||
Fixes:
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -64,7 +64,7 @@ except ImportError:
|
|||
pass
|
||||
from distutils.core import Distribution
|
||||
|
||||
AppVersion = "6.8"
|
||||
AppVersion = "6.9"
|
||||
AppName = "LinkChecker"
|
||||
|
||||
# basic excludes for py2exe and py2app
|
||||
|
|
|
|||
Loading…
Reference in a new issue