summaryrefslogtreecommitdiff
path: root/fontconfig
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2017-12-14 15:44:20 +0900
committerAkira TAGOH <akira@tagoh.org>2017-12-14 15:44:20 +0900
commitbad64a7e1f84c982da1f86f45faa10426dfce654 (patch)
tree35ec050a8e5c5f15eb67c42f9514f9c5f48ed080 /fontconfig
parent1f84aa196d0ed2dae6176e0137eaae4449a6ca7c (diff)
Bump version to 2.12.912.12.91
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 6ceabc3..89f3bae 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -53,7 +53,7 @@ typedef int FcBool;
#define FC_MAJOR 2
#define FC_MINOR 12
-#define FC_REVISION 6
+#define FC_REVISION 91
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))