Bump cache version number to 6, because of recent FcRange changes
This commit is contained in:
parent
ee2d1da2d2
commit
481a9f03a0
|
@ -66,7 +66,7 @@ typedef int FcBool;
|
||||||
* it means multiple copies of the font information.
|
* 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) #s
|
||||||
#define _FC_STRINGIFY(s) _FC_STRINGIFY_(s)
|
#define _FC_STRINGIFY(s) _FC_STRINGIFY_(s)
|
||||||
#define FC_CACHE_VERSION _FC_STRINGIFY(FC_CACHE_VERSION_NUMBER)
|
#define FC_CACHE_VERSION _FC_STRINGIFY(FC_CACHE_VERSION_NUMBER)
|
||||||
|
|
Loading…
Reference in New Issue