Bump the cache version to 4
authorAkira TAGOH <akira@tagoh.org>
Wed, 6 Feb 2013 10:14:51 +0000 (19:14 +0900)
committerAkira TAGOH <akira@tagoh.org>
Wed, 6 Feb 2013 10:14:51 +0000 (19:14 +0900)
fontconfig/fontconfig.h
src/fcint.h

index ff52a61..ba4ee61 100644 (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
index a0e4721..4eac610 100644 (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 */