From 318b4e371f463ea4fe3a39e7084f62783fabd319 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 27 Sep 2013 17:14:23 +0900 Subject: [PATCH] bump sync ver to 6 (see note) when porting this to other platforms, please ensure you have ported all changes in sched.py after 2.0.12 first --- anki/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/consts.py b/anki/consts.py index bf8feaf47..e07184caf 100644 --- a/anki/consts.py +++ b/anki/consts.py @@ -47,7 +47,7 @@ SCHEMA_VERSION = 11 SYNC_ZIP_SIZE = int(2.5*1024*1024) SYNC_ZIP_COUNT = 100 SYNC_URL = os.environ.get("SYNC_URL") or "https://ankiweb.net/sync/" -SYNC_VER = 5 +SYNC_VER = 6 HELP_SITE="http://ankisrs.net/docs/manual.html"