summaryrefslogtreecommitdiff
path: root/fontconfig
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2016-08-05 14:47:02 +0900
committerAkira TAGOH <akira@tagoh.org>2016-08-05 14:47:02 +0900
commit6b222c52cdede497ffed629853f947948052dfc7 (patch)
tree99215c309cee9e03f6b7f9a0665e2a8ce2286e70 /fontconfig
parent68869149e36ae546ec428f345a552a6ad093e953 (diff)
Bump version to 2.12.12.12.1
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 e760402..5c72b22 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 0
+#define FC_REVISION 1
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))