X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=fontconfig%2Ffontconfig.h;h=4f028095a1869cc3b2322f3e1c5c8f39a76af01d;hb=e66c65fd41928babb3ba2ae2dc58f13d25e57661;hp=17048e35083b1678cdda7eb041a6fac2abc24ccc;hpb=7a1a7c0c15793e77cb162dd3393971332896460e;p=fontconfig.git diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index 17048e3..4f02809 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -53,7 +53,7 @@ typedef int FcBool; #define FC_MAJOR 2 #define FC_MINOR 4 -#define FC_REVISION 2 +#define FC_REVISION 91 #define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))