summaryrefslogtreecommitdiff
path: root/fontconfig
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2020-11-28 10:52:12 +0900
committerAkira TAGOH <akira@tagoh.org>2020-11-28 10:52:12 +0900
commit98764d54a7f56e11886c1d280b2613a959a6e52b (patch)
tree0696d47957ea3ddf64fcac6efa819ff88ec0ad99 /fontconfig
parent776d09dbaf99780ea9ed4d88ec7f83d335c81fb7 (diff)
downloadfontconfig-98764d54a7f56e11886c1d280b2613a959a6e52b.tar.gz
Update README that missed changes mistakenly
Diffstat (limited to 'fontconfig')
-rw-r--r--fontconfig/fontconfig.h2
1 files changed, 1 insertions, 1 deletions
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))