X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=fontconfig%2Ffontconfig.h;h=34e7b8bdde964674053ac14904db8f50d2e88005;hb=bc5784ff00230bf70e9cbe5c97e62e4f251e7000;hp=b1175682ce22803734bbf686488d109e8fe17f45;hpb=e99f0f0a45b29ad195c96833c95771ccf7771fef;p=fontconfig.git diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index b117568..34e7b8b 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -40,7 +40,7 @@ typedef int FcBool; #define FC_MAJOR 2 #define FC_MINOR 3 -#define FC_REVISION 90 +#define FC_REVISION 91 #define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))