Bump Kobo firmware version to 3.19.5761

Kobo have release firmware 3.19.5761. There are no changes needed for
the driver except the supported version number. Fixes #1531727 [Bump Kobo firmware version to 3.19.5761](https://bugs.launchpad.net/calibre/+bug/1531727)
This commit is contained in:
David 2016-01-07 17:26:29 +11:00 committed by Kovid Goyal
parent e5b741c7ea
commit f9a9b64388

View File

@ -1269,7 +1269,7 @@ class KOBOTOUCH(KOBO):
min_dbversion_activity = 77
min_dbversion_keywords = 82
max_supported_fwversion = (3, 19, 5613)
max_supported_fwversion = (3, 19, 5761)
# 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)