diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b36efe96..60520f1a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -154,7 +154,7 @@ endif () set(VERSION_MAJOR "2") set(VERSION_MINOR "6") -set(VERSION_PATCH "3") +set(VERSION_PATCH "4") set(PROJECT_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SHARED_LIBRARY_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}) diff --git a/ChangeLog b/ChangeLog index 85f3403f3..cefbf8506 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2016-07-05 Werner Lemberg + + * Version 2.6.4 released. + ========================= + + + Tag sources with `VER-2-6-4'. + + * docs/VERSION.TXT: Update documentation and bump version number to + 2.6.4. + + * README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj, + builds/windows/vc2005/index.html, + builds/windows/vc2008/freetype.vcproj, + builds/windows/vc2008/index.html, + builds/windows/vc2010/freetype.vcxproj, + builds/windows/vc2010/index.html, + builds/windows/visualc/freetype.dsp, + builds/windows/visualc/freetype.vcproj, + builds/windows/visualc/index.html, + builds/windows/visualce/freetype.dsp, + builds/windows/visualce/freetype.vcproj, + builds/windows/visualce/index.html, + builds/wince/vc2005-ce/freetype.vcproj, + builds/wince/vc2005-ce/index.html, + builds/wince/vc2008-ce/freetype.vcproj, + builds/wince/vc2008-ce/index.html: s/2.6.3/2.6.4/, s/263/264/. + + * include/freetype/freetype.h (FREETYPE_PATCH): Set to 4. + + * builds/unix/configure.raw (version_info): Set to 18:4:12. + * CMakeLists.txt (VERSION_PATCH): Set to 4. + + * docs/CHANGES: Updated. + 2016-07-05 Werner Lemberg * src/pfr/pfrsbit.c (pfr_lookup_bitmap_data): Fix compiler warning. @@ -1117,7 +1152,7 @@ * include/freetype/freetype.h (FREETYPE_PATCH): Set to 3. * builds/unix/configure.raw (version_info): Set to 18:3:12. - * CMakeLists.txt (VERSION_PATCH): Set to 2. + * CMakeLists.txt (VERSION_PATCH): Set to 3. * docs/CHANGES: Updated. diff --git a/Jamfile b/Jamfile index 8c033fcc9..0d3ef2386 100644 --- a/Jamfile +++ b/Jamfile @@ -197,7 +197,7 @@ actions RefDoc { python $(FT2_SRC)/tools/docmaker/docmaker.py --prefix=ft2 - --title=FreeType-2.6.3 + --title=FreeType-2.6.4 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h diff --git a/README b/README index ff81cdf3b..09a203ab7 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - FreeType 2.6.3 + FreeType 2.6.4 ============== Homepage: http://www.freetype.org @@ -24,9 +24,9 @@ and download one of the following files. - freetype-doc-2.6.3.tar.bz2 - freetype-doc-2.6.3.tar.gz - ftdoc263.zip + freetype-doc-2.6.4.tar.bz2 + freetype-doc-2.6.4.tar.gz + ftdoc264.zip To view the documentation online, go to diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw index e6fd74811..2d4308bdc 100644 --- a/builds/unix/configure.raw +++ b/builds/unix/configure.raw @@ -17,7 +17,7 @@ AC_CONFIG_SRCDIR([ftconfig.in]) # Don't forget to update `docs/VERSIONS.TXT'! -version_info='18:3:12' +version_info='18:4:12' AC_SUBST([version_info]) ft_version=`echo $version_info | tr : .` AC_SUBST([ft_version]) diff --git a/builds/wince/vc2005-ce/freetype.vcproj b/builds/wince/vc2005-ce/freetype.vcproj index 020d954f6..d2b14e4f7 100644 --- a/builds/wince/vc2005-ce/freetype.vcproj +++ b/builds/wince/vc2005-ce/freetype.vcproj @@ -21,7 +21,7 @@ - + @@ -41,7 +41,7 @@ - + @@ -61,7 +61,7 @@ - + @@ -81,7 +81,7 @@ - + @@ -101,7 +101,7 @@ - + @@ -121,7 +121,7 @@ - + @@ -141,7 +141,7 @@ - + @@ -161,7 +161,7 @@ - + @@ -181,7 +181,7 @@ - + @@ -201,7 +201,7 @@ - + @@ -221,7 +221,7 @@ - + @@ -241,7 +241,7 @@ - + @@ -261,7 +261,7 @@ - + @@ -281,7 +281,7 @@ - + @@ -301,7 +301,7 @@ - + @@ -321,7 +321,7 @@ - + @@ -341,7 +341,7 @@ - + @@ -361,7 +361,7 @@ - + @@ -381,7 +381,7 @@ - + @@ -401,7 +401,7 @@ - + @@ -421,7 +421,7 @@ - + @@ -441,7 +441,7 @@ - + @@ -461,7 +461,7 @@ - + @@ -481,7 +481,7 @@ - + @@ -501,7 +501,7 @@ - + @@ -521,7 +521,7 @@ - + @@ -541,7 +541,7 @@ - + @@ -561,7 +561,7 @@ - + @@ -581,7 +581,7 @@ - + @@ -601,7 +601,7 @@ - + @@ -621,7 +621,7 @@ - + @@ -641,7 +641,7 @@ - + @@ -661,7 +661,7 @@ - + @@ -681,7 +681,7 @@ - + @@ -701,7 +701,7 @@ - + @@ -721,7 +721,7 @@ - + @@ -741,7 +741,7 @@ - + @@ -758,7 +758,7 @@ - + diff --git a/builds/wince/vc2005-ce/index.html b/builds/wince/vc2005-ce/index.html index a477550f9..8c40b61a0 100644 --- a/builds/wince/vc2005-ce/index.html +++ b/builds/wince/vc2005-ce/index.html @@ -21,14 +21,14 @@ the following targets:
  • PPC/SP WM6 (Windows Mobile 6)
  • -It compiles the following libraries from the FreeType 2.6.3 sources:

    +It compiles the following libraries from the FreeType 2.6.4 sources:

      -    freetype263.lib     - release build; single threaded
      -    freetype263_D.lib   - debug build;   single threaded
      -    freetype263MT.lib   - release build; multi-threaded
      -    freetype263MT_D.lib - debug build;   multi-threaded
      + freetype264.lib - release build; single threaded + freetype264_D.lib - debug build; single threaded + freetype264MT.lib - release build; multi-threaded + freetype264MT_D.lib - debug build; multi-threaded

    Be sure to extract the files with the Windows (CR+LF) line endings. ZIP diff --git a/builds/wince/vc2008-ce/freetype.vcproj b/builds/wince/vc2008-ce/freetype.vcproj index 8a87e3c71..4df524ee2 100644 --- a/builds/wince/vc2008-ce/freetype.vcproj +++ b/builds/wince/vc2008-ce/freetype.vcproj @@ -88,7 +88,7 @@ /> PPC/SP WM6 (Windows Mobile 6) -It compiles the following libraries from the FreeType 2.6.3 sources:

    +It compiles the following libraries from the FreeType 2.6.4 sources:

      -    freetype263.lib     - release build; single threaded
      -    freetype263_D.lib   - debug build;   single threaded
      -    freetype263MT.lib   - release build; multi-threaded
      -    freetype263MT_D.lib - debug build;   multi-threaded
      + freetype264.lib - release build; single threaded + freetype264_D.lib - debug build; single threaded + freetype264MT.lib - release build; multi-threaded + freetype264MT_D.lib - debug build; multi-threaded

    Be sure to extract the files with the Windows (CR+LF) line endings. ZIP diff --git a/builds/windows/vc2005/freetype.vcproj b/builds/windows/vc2005/freetype.vcproj index e9310eca2..2cabce973 100644 --- a/builds/windows/vc2005/freetype.vcproj +++ b/builds/windows/vc2005/freetype.vcproj @@ -16,7 +16,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -50,7 +50,7 @@ - + @@ -67,7 +67,7 @@ - + @@ -84,7 +84,7 @@ - + @@ -101,7 +101,7 @@ - + diff --git a/builds/windows/vc2005/index.html b/builds/windows/vc2005/index.html index bc6751e32..d69d6264c 100644 --- a/builds/windows/vc2005/index.html +++ b/builds/windows/vc2005/index.html @@ -11,14 +11,14 @@

    This directory contains project files for Visual C++, named freetype.vcproj, and Visual Studio, called freetype.sln. It -compiles the following libraries from the FreeType 2.6.3 sources:

    +compiles the following libraries from the FreeType 2.6.4 sources:

      -    freetype263.lib     - release build; single threaded
      -    freetype263_D.lib   - debug build;   single threaded
      -    freetype263MT.lib   - release build; multi-threaded
      -    freetype263MT_D.lib - debug build;   multi-threaded
      + freetype264.lib - release build; single threaded + freetype264_D.lib - debug build; single threaded + freetype264MT.lib - release build; multi-threaded + freetype264MT_D.lib - debug build; multi-threaded

    Be sure to extract the files with the Windows (CR+LF) line endings. ZIP diff --git a/builds/windows/vc2008/freetype.vcproj b/builds/windows/vc2008/freetype.vcproj index c90a08c5d..06c25f08f 100644 --- a/builds/windows/vc2008/freetype.vcproj +++ b/builds/windows/vc2008/freetype.vcproj @@ -70,7 +70,7 @@ /> This directory contains project files for Visual C++, named freetype.vcproj, and Visual Studio, called freetype.sln. It -compiles the following libraries from the FreeType 2.6.3 sources:

    +compiles the following libraries from the FreeType 2.6.4 sources:

      -    freetype263.lib     - release build; single threaded
      -    freetype263_D.lib   - debug build;   single threaded
      -    freetype263MT.lib   - release build; multi-threaded
      -    freetype263MT_D.lib - debug build;   multi-threaded
      + freetype264.lib - release build; single threaded + freetype264_D.lib - debug build; single threaded + freetype264MT.lib - release build; multi-threaded + freetype264MT_D.lib - debug build; multi-threaded

    Be sure to extract the files with the Windows (CR+LF) line endings. ZIP diff --git a/builds/windows/vc2010/freetype.vcxproj b/builds/windows/vc2010/freetype.vcxproj index 056e59535..9323f3a38 100644 --- a/builds/windows/vc2010/freetype.vcxproj +++ b/builds/windows/vc2010/freetype.vcxproj @@ -191,18 +191,18 @@ - freetype263d - freetype263d - freetype263MTd - freetype263MTd - freetype263STd - freetype263STd - freetype263 - freetype263 - freetype263MT - freetype263MT - freetype263ST - freetype263ST + freetype264d + freetype264d + freetype264MTd + freetype264MTd + freetype264STd + freetype264STd + freetype264 + freetype264 + freetype264MT + freetype264MT + freetype264ST + freetype264ST diff --git a/builds/windows/vc2010/index.html b/builds/windows/vc2010/index.html index aaac97923..15b95e89f 100644 --- a/builds/windows/vc2010/index.html +++ b/builds/windows/vc2010/index.html @@ -12,16 +12,16 @@

    This directory contains a project file for Visual C++ (VS.NET 2010 or newer), named freetype.vcxproj, and Visual Studio, called freetype.sln. It compiles the following libraries from the -FreeType 2.6.3 sources:

    +FreeType 2.6.4 sources:

      -    freetype263.lib    - release build
      -    freetype263d.lib   - debug build
      -    freetype263ST.lib  - release build; single threaded
      -    freetype263STd.lib - debug build;   single threaded
      -    freetype263MT.lib  - release build; multi-threaded
      -    freetype263MTd.lib - debug build;   multi-threaded
      + freetype264.lib - release build + freetype264d.lib - debug build + freetype264ST.lib - release build; single threaded + freetype264STd.lib - debug build; single threaded + freetype264MT.lib - release build; multi-threaded + freetype264MTd.lib - debug build; multi-threaded

    Both Win32 and x64 builds are supported.

    diff --git a/builds/windows/visualc/freetype.dsp b/builds/windows/visualc/freetype.dsp index 0ffc9ad1c..8fc0a9aec 100644 --- a/builds/windows/visualc/freetype.dsp +++ b/builds/windows/visualc/freetype.dsp @@ -54,7 +54,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype263.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype264.lib" !ELSEIF "$(CFG)" == "freetype - Win32 Debug" @@ -78,7 +78,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype263_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype264_D.lib" !ELSEIF "$(CFG)" == "freetype - Win32 Debug Multithreaded" @@ -102,8 +102,8 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"lib\freetype263_D.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype263MT_D.lib" +# ADD BASE LIB32 /nologo /out:"lib\freetype264_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype264MT_D.lib" !ELSEIF "$(CFG)" == "freetype - Win32 Release Multithreaded" @@ -126,8 +126,8 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"lib\freetype263.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype263MT.lib" +# ADD BASE LIB32 /nologo /out:"lib\freetype264.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype264MT.lib" !ELSEIF "$(CFG)" == "freetype - Win32 Release Singlethreaded" @@ -151,8 +151,8 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype263.lib" -# ADD LIB32 /out:"..\..\..\objs\freetype263ST.lib" +# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype264.lib" +# ADD LIB32 /out:"..\..\..\objs\freetype264ST.lib" # SUBTRACT LIB32 /nologo !ELSEIF "$(CFG)" == "freetype - Win32 Debug Singlethreaded" @@ -177,8 +177,8 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype263_D.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype263ST_D.lib" +# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype264_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype264ST_D.lib" !ENDIF diff --git a/builds/windows/visualc/freetype.vcproj b/builds/windows/visualc/freetype.vcproj index 462223a6b..545c4bae4 100644 --- a/builds/windows/visualc/freetype.vcproj +++ b/builds/windows/visualc/freetype.vcproj @@ -69,7 +69,7 @@ /> This directory contains project files for Visual C++, named freetype.dsp, and Visual Studio, called freetype.sln. It -compiles the following libraries from the FreeType 2.6.3 sources:

    +compiles the following libraries from the FreeType 2.6.4 sources:

      -    freetype263.lib     - release build; single threaded
      -    freetype263_D.lib   - debug build;   single threaded
      -    freetype263MT.lib   - release build; multi-threaded
      -    freetype263MT_D.lib - debug build;   multi-threaded
      + freetype264.lib - release build; single threaded + freetype264_D.lib - debug build; single threaded + freetype264MT.lib - release build; multi-threaded + freetype264MT_D.lib - debug build; multi-threaded

    Be sure to extract the files with the Windows (CR+LF) line endings. ZIP diff --git a/builds/windows/visualce/freetype.dsp b/builds/windows/visualce/freetype.dsp index 0ffc9ad1c..8fc0a9aec 100644 --- a/builds/windows/visualce/freetype.dsp +++ b/builds/windows/visualce/freetype.dsp @@ -54,7 +54,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype263.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype264.lib" !ELSEIF "$(CFG)" == "freetype - Win32 Debug" @@ -78,7 +78,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype263_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype264_D.lib" !ELSEIF "$(CFG)" == "freetype - Win32 Debug Multithreaded" @@ -102,8 +102,8 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"lib\freetype263_D.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype263MT_D.lib" +# ADD BASE LIB32 /nologo /out:"lib\freetype264_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype264MT_D.lib" !ELSEIF "$(CFG)" == "freetype - Win32 Release Multithreaded" @@ -126,8 +126,8 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"lib\freetype263.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype263MT.lib" +# ADD BASE LIB32 /nologo /out:"lib\freetype264.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype264MT.lib" !ELSEIF "$(CFG)" == "freetype - Win32 Release Singlethreaded" @@ -151,8 +151,8 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype263.lib" -# ADD LIB32 /out:"..\..\..\objs\freetype263ST.lib" +# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype264.lib" +# ADD LIB32 /out:"..\..\..\objs\freetype264ST.lib" # SUBTRACT LIB32 /nologo !ELSEIF "$(CFG)" == "freetype - Win32 Debug Singlethreaded" @@ -177,8 +177,8 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype263_D.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype263ST_D.lib" +# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype264_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype264ST_D.lib" !ENDIF diff --git a/builds/windows/visualce/freetype.vcproj b/builds/windows/visualce/freetype.vcproj index fa097bd3f..6cc04a298 100644 --- a/builds/windows/visualce/freetype.vcproj +++ b/builds/windows/visualce/freetype.vcproj @@ -87,7 +87,7 @@ /> PPC/SP WM6 (Windows Mobile 6) -It compiles the following libraries from the FreeType 2.6.3 sources:

    +It compiles the following libraries from the FreeType 2.6.4 sources:

      -    freetype263.lib     - release build; single threaded
      -    freetype263_D.lib   - debug build;   single threaded
      -    freetype263MT.lib   - release build; multi-threaded
      -    freetype263MT_D.lib - debug build;   multi-threaded
      + freetype264.lib - release build; single threaded + freetype264_D.lib - debug build; single threaded + freetype264MT.lib - release build; multi-threaded + freetype264MT_D.lib - debug build; multi-threaded

    Be sure to extract the files with the Windows (CR+LF) line endings. ZIP diff --git a/docs/CHANGES b/docs/CHANGES index 14b57cbd9..39f69221e 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -1,4 +1,70 @@ +CHANGES BETWEEN 2.6.3 and 2.6.4 + + I. IMPORTANT CHANGES + + - A new subpixel hinting mode has been contributed by Nikolaus + Waxweiler, which is now the default rendering mode for TrueType + fonts. It implements (almost everything of) version 40 of the + bytecode engine. + + The existing code base in FreeType (the `Infinality code') was + stripped to the bare minimum and all configurability removed in + the name of speed and simplicity. The configurability was + mainly aimed at legacy fonts like Arial, Times New Roman, or + Courier. [Legacy fonts are fonts that modify vertical stems to + achieve clean black-and-white bitmaps.] The new mode focuses on + applying a minimal set of rules to all fonts indiscriminately so + that modern and web fonts render well while legacy fonts render + okay. + + Activation of the subpixel hinting support can be controlled + with the `TT_CONFIG_OPTION_SUBPIXEL_HINTING' configuration + option at compile time: If set to value 1, you get the old + Infinality mode (which was never the default due to its + slowness). Value 2 activates the new subpixel hinting mode, and + value 3 activates both. The default is value 2. + + At run time, you can select the subpixel hinting mode with the + `interpreter-version' property (provided you have compiled in + the corresponding hinting mode); see `ftttdrv.h' for more. + + - Support for the following scripts has been added to the + auto-hinter. + + Armenian, Cherokee, Ethiopic, Georgian, Gujarati, Gurmukhi, + Malayalam, Sinhala, Tamil + + + II. MISCELLANEOUS + + - Type 42 fonts as created by LilyPond are now supported. + + - Minor rendering improvments in the auto-hinter. + + - For experimental reasons, the old CFF engine now supports all + CFF operators except `random', including the deprecated Multiple + Masters instructions. This allows the display of fonts like + `ITCGaramondMM-It.otf' (without font variations, though). + + - Another round of fixes to improve handling of invalid fonts. + + - The `ftgrid' demo program now displays the rendered pixels also; + this can be switched off with the `b' key. Selection of various + LCD filtering modes can be done with the `L' key. + + - The demo programs have been extended to allow selection of all + available TrueType bytecode engines. + + - A very early beta version of a new, Qt based demo program called + `ftinspect' is part of the source code bundle; it will + eventually supersede the other demo programs. Currently, you + have to compile it manually with `qmake; make'; note that many + features are still missing. + + +====================================================================== + CHANGES BETWEEN 2.6.2 and 2.6.3 I. IMPORTANT CHANGES diff --git a/docs/VERSIONS.TXT b/docs/VERSIONS.TXT index e2c72bca0..3c851738d 100644 --- a/docs/VERSIONS.TXT +++ b/docs/VERSIONS.TXT @@ -52,6 +52,7 @@ on _most_ systems, but not all of them: release libtool so ------------------------------- + 2.6.4 18.4.12 6.12.4 2.6.3 18.3.12 6.12.3 2.6.2 18.2.12 6.12.2 2.6.1 18.1.12 6.12.1 diff --git a/docs/freetype-config.1 b/docs/freetype-config.1 index 1720d476b..6dffcce32 100644 --- a/docs/freetype-config.1 +++ b/docs/freetype-config.1 @@ -1,4 +1,4 @@ -.TH FREETYPE-CONFIG 1 "February 2016" "FreeType 2.6.3" +.TH FREETYPE-CONFIG 1 "July 2016" "FreeType 2.6.4" . . .SH NAME diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h index 9550c6086..7baf185ce 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 3 +#define FREETYPE_PATCH 4 /*************************************************************************/