From 8e2066b9df47021632cc04e31548c75a4c8c8c9f Mon Sep 17 00:00:00 2001 From: Charles Haley Date: Tue, 18 Mar 2014 09:47:04 +0100 Subject: [PATCH] Update the CC production release version number --- 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 fdabf4d854..cfece66235 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 = 64 + CURRENT_CC_VERSION = 73 ZEROCONF_CLIENT_STRING = b'calibre wireless device client'