From 98764d54a7f56e11886c1d280b2613a959a6e52b Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Sat, 28 Nov 2020 10:52:12 +0900 Subject: Update README that missed changes mistakenly --- fontconfig/fontconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fontconfig') diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index 50ecdf8..37bf653 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -53,7 +53,7 @@ typedef int FcBool; #define FC_MAJOR 2 #define FC_MINOR 13 -#define FC_REVISION 91 +#define FC_REVISION 92 #define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION)) -- cgit v1.2.1