Bump up version.

This commit is contained in:
Bastian Kleineidam 2012-11-14 20:23:56 +01:00
parent ec03d56b62
commit 8fbcd31798
3 changed files with 11 additions and 1 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
linkchecker (8.3-1) UNRELEASED; urgency=low
* New upstream release.
* Remove unneeded dependency on pysqlite.
-- Bastian Kleineidam <calvin@debian.org> Wed, 14 Nov 2012 18:49:41 +0100
linkchecker (8.2-1) unstable; urgency=low
* New upstream release.

View file

@ -1,3 +1,6 @@
8.3 "" (released xx.xx.xxxx)
8.2 "Belle De Jour" (released 9.11.2012)
Changes:

View file

@ -96,7 +96,7 @@ except ImportError:
has_py2app = False
# the application version
AppVersion = "8.2"
AppVersion = "8.3"
# the application name
AppName = "LinkChecker"