From 72c26969c86ef538497dcd3488977ceb45e4e74c Mon Sep 17 00:00:00 2001 From: Charles Haley Date: Fri, 7 Mar 2014 03:14:21 +0100 Subject: [PATCH] Undo the update CC version number. It should be updated *after* CC is generally released. --- src/calibre/devices/smart_device_app/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/smart_device_app/driver.py b/src/calibre/devices/smart_device_app/driver.py index 4f45cdf81e..23748af774 100644 --- a/src/calibre/devices/smart_device_app/driver.py +++ b/src/calibre/devices/smart_device_app/driver.py @@ -226,7 +226,7 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin): PURGE_CACHE_ENTRIES_DAYS = 30 - CURRENT_CC_VERSION = 70 + CURRENT_CC_VERSION = 64 ZEROCONF_CLIENT_STRING = b'calibre wireless device client'