Bump Kobo firmware version to 3.18.1

Kobo have release firmware 3.18.0. There are no changes needed for the
driver except the supported version numbers. Plus one in case.
Fixes #1499340 [Bump Kobo firmware version to 3.18.1](https://bugs.launchpad.net/calibre/+bug/1499340)
This commit is contained in:
David 2015-09-24 22:35:20 +10:00 committed by Kovid Goyal
parent 47e8cc3ff3
commit 3b45c37cc3

View File

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