X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=blobdiff_plain;f=fontconfig%2Ffontconfig.h;h=4efa4507a5bbf398e86557dfadbe58713de9cab5;hp=7b360563c3f2d09e4fba7542f25df8bdec635493;hb=4a3bef8ac3b91354c6c10b5f6af10ead9d4fe49a;hpb=2e44cbe1b9bf466718167e9e05077743df36ab21 diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index 7b36056..4efa450 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -52,8 +52,8 @@ typedef int FcBool; */ #define FC_MAJOR 2 -#define FC_MINOR 7 -#define FC_REVISION 3 +#define FC_MINOR 8 +#define FC_REVISION 0 #define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))