diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-05-27 14:40:15 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-05-27 14:40:15 -0700 |
commit | 481a9f03a020ee53500585332786826e8c3ebd8e (patch) | |
tree | d376344460e7e1d2d077382999b4c18bdb82b87d | |
parent | ee2d1da2d21bc14127f4cf12312e1f007935e8b0 (diff) |
Bump cache version number to 6, because of recent FcRange changes
-rw-r--r-- | fontconfig/fontconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index c86e7a76..128b9392 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -66,7 +66,7 @@ typedef int FcBool; * it means multiple copies of the font information. */ -#define FC_CACHE_VERSION_NUMBER 5 +#define FC_CACHE_VERSION_NUMBER 6 #define _FC_STRINGIFY_(s) #s #define _FC_STRINGIFY(s) _FC_STRINGIFY_(s) #define FC_CACHE_VERSION _FC_STRINGIFY(FC_CACHE_VERSION_NUMBER) |