summaryrefslogtreecommitdiff
path: root/fontconfig/fontconfig.h
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2022-10-21 14:14:03 +0900
committerAkira TAGOH <akira@tagoh.org>2022-10-21 14:14:03 +0900
commitc45e09df1ef235d653d56aef05012f6a3cc57979 (patch)
tree5b17f012f4a15823f934735cf5c40921416a0d6e /fontconfig/fontconfig.h
parent2b6afa02ab2b7dd3796a48cf47896c4c6de4d6ba (diff)
downloadfontconfig-c45e09df1ef235d653d56aef05012f6a3cc57979.tar.gz
Bump version to 2.14.12.14.1
Diffstat (limited to 'fontconfig/fontconfig.h')
-rw-r--r--fontconfig/fontconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index e5e7445..09292a3 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -53,7 +53,7 @@ typedef int FcBool;
#define FC_MAJOR 2
#define FC_MINOR 14
-#define FC_REVISION 0
+#define FC_REVISION 1
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))