From 069083cccd73d1d68da68116c8d050bb62cdfe0e Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 30 Dec 2016 21:16:46 +0100 Subject: [PATCH] * Version 2.7.1 released. ========================= Tag sources with `VER-2-7-1'. * docs/VERSION.TXT: Add entry for version 2.7.1. * 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.7/2.7.1/, s/27/271/. * include/freetype/freetype.h (FREETYPE_PATCH): Set to 1. * builds/unix/configure.raw (version_info): Set to 19:0:13. * CMakeLists.txt (VERSION_PATCH): Set to 1. --- CMakeLists.txt | 2 +- ChangeLog | 32 ++++++++++ Jamfile | 2 +- README | 10 +-- builds/unix/configure.raw | 2 +- builds/wince/vc2005-ce/freetype.vcproj | 76 +++++++++++----------- builds/wince/vc2005-ce/index.html | 10 +-- builds/wince/vc2008-ce/freetype.vcproj | 76 +++++++++++----------- builds/wince/vc2008-ce/index.html | 10 +-- builds/windows/vc2005/freetype.vcproj | 12 ++-- builds/windows/vc2005/index.html | 10 +-- builds/windows/vc2008/freetype.vcproj | 12 ++-- builds/windows/vc2008/index.html | 10 +-- builds/windows/vc2010/freetype.vcxproj | 24 +++---- builds/windows/vc2010/index.html | 14 ++--- builds/windows/visualc/freetype.dsp | 20 +++--- builds/windows/visualc/freetype.vcproj | 12 ++-- builds/windows/visualc/index.html | 10 +-- builds/windows/visualce/freetype.dsp | 20 +++--- builds/windows/visualce/freetype.vcproj | 84 ++++++++++++------------- builds/windows/visualce/index.html | 10 +-- docs/VERSIONS.TXT | 1 + docs/freetype-config.1 | 2 +- include/freetype/freetype.h | 2 +- 24 files changed, 248 insertions(+), 215 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a2a986e01..7c2243b3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -154,7 +154,7 @@ endif () set(VERSION_MAJOR "2") set(VERSION_MINOR "7") -set(VERSION_PATCH "0") +set(VERSION_PATCH "1") set(PROJECT_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SHARED_LIBRARY_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}) diff --git a/ChangeLog b/ChangeLog index 8cbe68fe0..23f574823 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2016-09-08 Werner Lemberg + + * Version 2.7.1 released. + ========================= + + + Tag sources with `VER-2-7-1'. + + * docs/VERSION.TXT: Add entry for version 2.7.1. + + * 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.7/2.7.1/, s/27/271/. + + * include/freetype/freetype.h (FREETYPE_PATCH): Set to 1. + + * builds/unix/configure.raw (version_info): Set to 19:0:13. + * CMakeLists.txt (VERSION_PATCH): Set to 1. + 2016-12-30 Werner Lemberg [ftfuzzer] Replace `rand' with an xorshift algorithm. diff --git a/Jamfile b/Jamfile index 94231e4a7..581241758 100644 --- a/Jamfile +++ b/Jamfile @@ -210,7 +210,7 @@ actions RefDoc { python $(FT2_SRC)/tools/docmaker/docmaker.py --prefix=ft2 - --title=FreeType-2.7 + --title=FreeType-2.7.1 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h diff --git a/README b/README index 5a49290bb..097024c6e 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - FreeType 2.7 - ============ + FreeType 2.7.1 + ============== Homepage: http://www.freetype.org @@ -24,9 +24,9 @@ and download one of the following files. - freetype-doc-2.7.tar.bz2 - freetype-doc-2.7.tar.gz - ftdoc27.zip + freetype-doc-2.7.1.tar.bz2 + freetype-doc-2.7.1.tar.gz + ftdoc271.zip To view the documentation online, go to diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw index 034c9ebee..33deed647 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:6:12' +version_info='19:0:13' 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 be091012f..279abeefa 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 89b06a62b..58d6093bc 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.7 sources:

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

      -    freetype27.lib     - release build; single threaded
      -    freetype27_D.lib   - debug build;   single threaded
      -    freetype27MT.lib   - release build; multi-threaded
      -    freetype27MT_D.lib - debug build;   multi-threaded
      + freetype271.lib - release build; single threaded + freetype271_D.lib - debug build; single threaded + freetype271MT.lib - release build; multi-threaded + freetype271MT_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 1a6007d5e..ca306ceff 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.7 sources:

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

      -    freetype27.lib     - release build; single threaded
      -    freetype27_D.lib   - debug build;   single threaded
      -    freetype27MT.lib   - release build; multi-threaded
      -    freetype27MT_D.lib - debug build;   multi-threaded
      + freetype271.lib - release build; single threaded + freetype271_D.lib - debug build; single threaded + freetype271MT.lib - release build; multi-threaded + freetype271MT_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 8201c9d93..b643840c2 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 e5473d2ad..c3a5ab7d5 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.7 sources:

    +compiles the following libraries from the FreeType 2.7.1 sources:

      -    freetype27.lib     - release build; single threaded
      -    freetype27_D.lib   - debug build;   single threaded
      -    freetype27MT.lib   - release build; multi-threaded
      -    freetype27MT_D.lib - debug build;   multi-threaded
      + freetype271.lib - release build; single threaded + freetype271_D.lib - debug build; single threaded + freetype271MT.lib - release build; multi-threaded + freetype271MT_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 409f1da66..20d82c4bf 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.7 sources:

    +compiles the following libraries from the FreeType 2.7.1 sources:

      -    freetype27.lib     - release build; single threaded
      -    freetype27_D.lib   - debug build;   single threaded
      -    freetype27MT.lib   - release build; multi-threaded
      -    freetype27MT_D.lib - debug build;   multi-threaded
      + freetype271.lib - release build; single threaded + freetype271_D.lib - debug build; single threaded + freetype271MT.lib - release build; multi-threaded + freetype271MT_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 ce81ac87f..64a71f8bc 100644 --- a/builds/windows/vc2010/freetype.vcxproj +++ b/builds/windows/vc2010/freetype.vcxproj @@ -191,18 +191,18 @@ - freetype27d - freetype27d - freetype27MTd - freetype27MTd - freetype27STd - freetype27STd - freetype27 - freetype27 - freetype27MT - freetype27MT - freetype27ST - freetype27ST + freetype271d + freetype271d + freetype271MTd + freetype271MTd + freetype271STd + freetype271STd + freetype271 + freetype271 + freetype271MT + freetype271MT + freetype271ST + freetype271ST diff --git a/builds/windows/vc2010/index.html b/builds/windows/vc2010/index.html index 512251ec1..2b47a0092 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.7 sources:

    +FreeType 2.7.1 sources:

      -    freetype27.lib    - release build
      -    freetype27d.lib   - debug build
      -    freetype27ST.lib  - release build; single threaded
      -    freetype27STd.lib - debug build;   single threaded
      -    freetype27MT.lib  - release build; multi-threaded
      -    freetype27MTd.lib - debug build;   multi-threaded
      + freetype271.lib - release build + freetype271d.lib - debug build + freetype271ST.lib - release build; single threaded + freetype271STd.lib - debug build; single threaded + freetype271MT.lib - release build; multi-threaded + freetype271MTd.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 2827e42ed..f6eeeb368 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\freetype27.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype271.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\freetype27_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype271_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\freetype27_D.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype27MT_D.lib" +# ADD BASE LIB32 /nologo /out:"lib\freetype271_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype271MT_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\freetype27.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype27MT.lib" +# ADD BASE LIB32 /nologo /out:"lib\freetype271.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype271MT.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\freetype27.lib" -# ADD LIB32 /out:"..\..\..\objs\freetype27ST.lib" +# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype271.lib" +# ADD LIB32 /out:"..\..\..\objs\freetype271ST.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\freetype27_D.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype27ST_D.lib" +# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype271_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype271ST_D.lib" !ENDIF diff --git a/builds/windows/visualc/freetype.vcproj b/builds/windows/visualc/freetype.vcproj index 4c77d6975..69c084cce 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.7 sources:

    +compiles the following libraries from the FreeType 2.7.1 sources:

      -    freetype27.lib     - release build; single threaded
      -    freetype27_D.lib   - debug build;   single threaded
      -    freetype27MT.lib   - release build; multi-threaded
      -    freetype27MT_D.lib - debug build;   multi-threaded
      + freetype271.lib - release build; single threaded + freetype271_D.lib - debug build; single threaded + freetype271MT.lib - release build; multi-threaded + freetype271MT_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 2827e42ed..f6eeeb368 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\freetype27.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype271.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\freetype27_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype271_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\freetype27_D.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype27MT_D.lib" +# ADD BASE LIB32 /nologo /out:"lib\freetype271_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype271MT_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\freetype27.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype27MT.lib" +# ADD BASE LIB32 /nologo /out:"lib\freetype271.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype271MT.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\freetype27.lib" -# ADD LIB32 /out:"..\..\..\objs\freetype27ST.lib" +# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype271.lib" +# ADD LIB32 /out:"..\..\..\objs\freetype271ST.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\freetype27_D.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype27ST_D.lib" +# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype271_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype271ST_D.lib" !ENDIF diff --git a/builds/windows/visualce/freetype.vcproj b/builds/windows/visualce/freetype.vcproj index 10f94ac08..55c874df8 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.7 sources:

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

      -    freetype27.lib     - release build; single threaded
      -    freetype27_D.lib   - debug build;   single threaded
      -    freetype27MT.lib   - release build; multi-threaded
      -    freetype27MT_D.lib - debug build;   multi-threaded
      + freetype271.lib - release build; single threaded + freetype271_D.lib - debug build; single threaded + freetype271MT.lib - release build; multi-threaded + freetype271MT_D.lib - debug build; multi-threaded

    Be sure to extract the files with the Windows (CR+LF) line endings. ZIP diff --git a/docs/VERSIONS.TXT b/docs/VERSIONS.TXT index a1eb0be2b..82f63a3a6 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.7.1 19.0.13 6.13.0 2.7.0 18.6.12 6.12.6 2.6.5 18.5.12 6.12.5 2.6.4 18.4.12 6.12.4 diff --git a/docs/freetype-config.1 b/docs/freetype-config.1 index 02b80db1a..76082ec11 100644 --- a/docs/freetype-config.1 +++ b/docs/freetype-config.1 @@ -1,4 +1,4 @@ -.TH FREETYPE-CONFIG 1 "September 2016" "FreeType 2.7" +.TH FREETYPE-CONFIG 1 "December 2016" "FreeType 2.7.1" . . .SH NAME diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h index d979605a7..08f59520c 100644 --- a/include/freetype/freetype.h +++ b/include/freetype/freetype.h @@ -4241,7 +4241,7 @@ FT_BEGIN_HEADER */ #define FREETYPE_MAJOR 2 #define FREETYPE_MINOR 7 -#define FREETYPE_PATCH 0 +#define FREETYPE_PATCH 1 /*************************************************************************/