From b546940435ebfb0df575bc7a2350d1e913919c34 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Thu, 21 Sep 2017 17:06:17 +0900 Subject: Bump version to 2.12.6 --- fontconfig/fontconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fontconfig/fontconfig.h') diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index ecc1d90..58bc3e2 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 5 +#define FC_REVISION 6 #define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION)) -- cgit v1.2.3