Bump the cache version to 4

This commit is contained in:
Akira TAGOH 2013-02-06 19:14:51 +09:00
parent 4eab908c86
commit 62b7d764ce
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ typedef int FcBool;
* it means multiple copies of the font information.
*/
#define FC_CACHE_VERSION "3"
#define FC_CACHE_VERSION "4"
#define FcTrue 1
#define FcFalse 0

View File

@ -425,7 +425,7 @@ typedef struct _FcCaseFold {
#define FC_CACHE_MAGIC_MMAP 0xFC02FC04
#define FC_CACHE_MAGIC_ALLOC 0xFC02FC05
#define FC_CACHE_CONTENT_VERSION 3
#define FC_CACHE_CONTENT_VERSION 4
struct _FcAtomic {
FcChar8 *file; /* original file name */