Bump Kobo firmware version for sneak release of 3.16.9

Bug #1477999  is a report of firmware 3.16.9. This was unexpected, but,
a release to match the release of the Glo HD in Japan is expected. These
might be related, but there is probably another version. So, bumping to
3.16.11. Fixes #1477999 [New Driver 3.16.9 for Kobo Glo HD isn't supported yet](https://bugs.launchpad.net/calibre/+bug/1477999)
This commit is contained in:
David 2015-07-25 11:38:19 +10:00 committed by Kovid Goyal
parent f862513e83
commit 53ef5a7c2a

View File

@ -64,7 +64,7 @@ class KOBO(USBMS):
gui_name = 'Kobo Reader' gui_name = 'Kobo Reader'
description = _('Communicate with the Kobo Reader') description = _('Communicate with the Kobo Reader')
author = 'Timothy Legge and David Forrester' author = 'Timothy Legge and David Forrester'
version = (2, 1, 8) version = (2, 1, 9)
dbversion = 0 dbversion = 0
fwversion = 0 fwversion = 0
@ -1265,7 +1265,7 @@ class KOBOTOUCH(KOBO):
min_dbversion_activity = 77 min_dbversion_activity = 77
min_dbversion_keywords = 82 min_dbversion_keywords = 82
max_supported_fwversion = (3, 16, 1) max_supported_fwversion = (3, 16, 11)
# The following document firwmare versions where new function or devices were added. # The following document firwmare versions where new function or devices were added.
# Not all are used, but this feels a good place to record it. # Not all are used, but this feels a good place to record it.
min_fwversion_shelves = (2, 0, 0) min_fwversion_shelves = (2, 0, 0)