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
This commit is contained in:
Damien Elmes 2013-09-27 17:14:23 +09:00
parent 8277233827
commit 318b4e371f

View file

@ -47,7 +47,7 @@ SCHEMA_VERSION = 11
SYNC_ZIP_SIZE = int(2.5*1024*1024) SYNC_ZIP_SIZE = int(2.5*1024*1024)
SYNC_ZIP_COUNT = 100 SYNC_ZIP_COUNT = 100
SYNC_URL = os.environ.get("SYNC_URL") or "https://ankiweb.net/sync/" 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" HELP_SITE="http://ankisrs.net/docs/manual.html"