X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=fontconfig%2Ffontconfig.h;h=a0f8de51c205a5772a66fff5ac5ccca6315abcc0;hb=refs%2Ftags%2F2.7.3;hp=24a50708342d4142e18d922bef5d6a71ee024dfe;hpb=afc845d930877ac62f6d5a5f50ea87b5182d0a4a;p=fontconfig.git diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index 24a5070..a0f8de5 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -53,7 +53,7 @@ typedef int FcBool; #define FC_MAJOR 2 #define FC_MINOR 7 -#define FC_REVISION 2 +#define FC_REVISION 3 #define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))