X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=blobdiff_plain;f=fontconfig%2Ffontconfig.h;h=c36b8f58b3ef2252898b27336d33a9cfe9bb2b97;hp=935e4f1a120cf52ff2efb883e4cdb6566a573637;hb=d2c8ac373e9ac45df66627cfc42679636d017f6e;hpb=16630692ec590bd70f4e426125e358251e05435d diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index 935e4f1..c36b8f5 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 0 +#define FC_REVISION 1 #define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))