X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=fontconfig%2Ffontconfig.h;h=46b4305abfb46844715d2cea32a5bdfe85157641;hb=8a0bd93e8a81b105206c1433e2da55b1acef1070;hp=37d6652d2c8cd49bf87c3ae6cd164030b092dfed;hpb=1315db01b626aedd27e3e05bde96ce46c253629b;p=fontconfig.git diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index 37d6652..46b4305 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -52,8 +52,8 @@ typedef int FcBool; */ #define FC_MAJOR 2 -#define FC_MINOR 4 -#define FC_REVISION 92 +#define FC_MINOR 5 +#define FC_REVISION 0 #define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))