summaryrefslogtreecommitdiff
path: root/include/freetype
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype')
-rw-r--r--include/freetype/config/ftoption.h4
-rw-r--r--include/freetype/freetype.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
index 7dd3f55e5..2556c64d9 100644
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -630,8 +630,8 @@ FT_BEGIN_HEADER
/* */
/* [1] http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx */
/* */
-/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 1 */
-#define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2
+/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 1 */
+/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2 */
/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 ) */
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 7baf185ce..45e10c48a 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -4176,7 +4176,7 @@ FT_BEGIN_HEADER
*/
#define FREETYPE_MAJOR 2
#define FREETYPE_MINOR 6
-#define FREETYPE_PATCH 4
+#define FREETYPE_PATCH 5
/*************************************************************************/