From 690f822a1b26b089d86e9843746cab80f3c07fe3 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Wed, 31 May 2017 20:10:00 +0900 Subject: [PATCH] Bump version to 2.12.3 --- README | 7 ++++++- configure.ac | 2 +- fontconfig/fontconfig.h | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README b/README index c2ee151..0827464 100644 --- a/README +++ b/README @@ -1,12 +1,17 @@ Fontconfig Font configuration and customization library - Version 2.12.2 + Version 2.12.3 2017-05-31 Check INSTALL for compilation and installation instructions. Report bugs to https://bugs.freedesktop.org in the fontconfig module. +2.12.3 + +Akira TAGOH (1): + Fix make check fail with freetype-2.7.1 and 2.8 with PCF_CONFIG_OPTION_LONG_FAMILY_NAMES enabled. + 2.12.2 Akira TAGOH (8): diff --git a/configure.ac b/configure.ac index d5b1410..15633ec 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ dnl This is the package version number, not the shared library dnl version. This same version number must appear in fontconfig/fontconfig.h dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's dnl not possible to extract the version number here from fontconfig.h -AC_INIT([fontconfig], [2.12.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig]) +AC_INIT([fontconfig], [2.12.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig]) AM_INIT_AUTOMAKE([1.11 parallel-tests dist-bzip2]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index 2c784a8..6822953 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 2 +#define FC_REVISION 3 #define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))