Bump cache version number to 6, because of recent FcRange changes

This commit is contained in:
Behdad Esfahbod 2015-05-27 14:40:15 -07:00
parent ee2d1da2d2
commit 481a9f03a0
1 changed files with 1 additions and 1 deletions

View File

@ -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)