Bump Kobo firmware version to 3.17.3

3.17.0 had problems and Kobo have quickly replaced it. Nothing else
needs to be changed. Fixes #1486982 [Bump Kobo firmware version to 3.17.3](https://bugs.launchpad.net/calibre/+bug/1486982)
This commit is contained in:
David 2015-08-20 21:35:35 +10:00 committed by Kovid Goyal
parent bb58b0372c
commit a5c287cf1e

View File

@ -1269,7 +1269,7 @@ class KOBOTOUCH(KOBO):
min_dbversion_activity = 77
min_dbversion_keywords = 82
max_supported_fwversion = (3, 17, 1)
max_supported_fwversion = (3, 17, 3)
# 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.
min_fwversion_shelves = (2, 0, 0)