mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-18 21:31:00 +00:00
Bump up version.
This commit is contained in:
parent
422d4e9c6c
commit
83bf65171e
2 changed files with 7 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -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.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue