Bump Kobo firmware version for release of 3.12.0

Bumping firmware version in preparation for release of 3.12.0 with an
allowance for 3.12.1. Fixes #1398794 [Kobo firmware version bumped to 3.12.0](https://bugs.launchpad.net/calibre/+bug/1398794)
This commit is contained in:
David Forrester 2014-12-03 22:52:18 +11:00 committed by Kovid Goyal
parent ee7c176f80
commit 3ca1206135

View File

@ -1265,11 +1265,12 @@ class KOBOTOUCH(KOBO):
min_dbversion_activity = 77
min_dbversion_keywords = 82
max_supported_fwversion = (3, 11, 1)
max_supported_fwversion = (3, 12, 1)
min_fwversion_shelves = (2, 0, 0)
min_fwversion_images_on_sdcard = (2, 4, 1)
min_fwversion_images_tree = (2, 9, 0) # Cover images stored in tree under .kobo-images
min_aurah2o_fwversion = (3, 7, 0) # Not used yet
min_reviews_fwversion = (3, 12, 0) # Not used yet
has_kepubs = True