summaryrefslogtreecommitdiff
path: root/fontconfig
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2015-03-09 12:22:40 +0900
committerAkira TAGOH <akira@tagoh.org>2015-03-09 12:38:30 +0900
commit69ff6b6e260584e383c38b1b7034ddcbb23d214f (patch)
treeabeacf66c21f214d028dfa8dafe24090c42bf298 /fontconfig
parentb75d809d1298b791f39596170950597bcfe98dd6 (diff)
Bump version to 2.11.932.11.93
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 600ed688..b14c9616 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -52,7 +52,7 @@ typedef int FcBool;
#define FC_MAJOR 2
#define FC_MINOR 11
-#define FC_REVISION 92
+#define FC_REVISION 93
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))