mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-19 13:51:01 +00:00
Bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3961 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
2e918a7b7a
commit
ef43e3704e
3 changed files with 8 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (5.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Wed, 18 Feb 2009 16:49:38 +0100
|
||||
|
||||
linkchecker (5.0.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ copyright = u'2009, Bastian Kleineidam'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '5.0.2'
|
||||
version = '5.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -61,7 +61,7 @@ except ImportError:
|
|||
pass
|
||||
from distutils.core import Distribution
|
||||
|
||||
AppVersion = "5.0.2"
|
||||
AppVersion = "5.1"
|
||||
AppName = "LinkChecker"
|
||||
|
||||
py2exe_options = dict(
|
||||
|
|
|
|||
Loading…
Reference in a new issue