summaryrefslogtreecommitdiff
path: root/fontconfig
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2017-07-05 17:37:26 +0900
committerAkira TAGOH <akira@tagoh.org>2017-07-05 17:37:26 +0900
commit01085e07857cddf382db736a9e061f92f50397d6 (patch)
tree0447b31784207a11363a2017c2f354edaab11891 /fontconfig
parent047b42fccab0dc99726356a9c8c7c50aea806f60 (diff)
Bump version to 2.12.42.12.4
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 6822953..2e35b6b 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -52,7 +52,7 @@ typedef int FcBool;
#define FC_MAJOR 2
#define FC_MINOR 12
-#define FC_REVISION 3
+#define FC_REVISION 4
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))