From 007c46ebbf45fc9debeebc01c7739f725faee342 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 6 Sep 2025 15:55:12 +0200 Subject: [PATCH] * Version 2.14.0 released. ========================== Tag sources with `VER-2-14-0'. * docs/VERSION.TXT: Add entry for version 2.14.0. * docs/CHANGES: Updated. * docs/release, docs/README, builds/macs/README: Updated. * README, src/base/ftver.rc, builds/windows/vc2010/index.html, builds/windows/visualc/index.html, builds/windows/visualce/index.html, builds/wince/vc2005-ce/index.html, builds/wince/vc2008-ce/index.html, docs/freetype-config.1: s/2.13.3/2.14.0/, s/2133/2140/. * include/freetype/freetype.h (FREETYPE_MINOR): Set to 14. (FREETYPE_PATCH): Set to 0. * builds/unix/configure.raw (version_info): Set to 26:3:20. * CMakeLists.txt (VERSION_MINOR): Set to 14. (VERSION_PATCH): Set to 0. --- CMakeLists.txt | 4 ++-- README | 8 ++++---- builds/unix/configure.raw | 2 +- builds/wince/vc2005-ce/index.html | 2 +- builds/wince/vc2008-ce/index.html | 2 +- builds/windows/vc2010/index.html | 2 +- builds/windows/visualc/index.html | 2 +- builds/windows/visualce/index.html | 2 +- docs/CHANGES | 2 +- docs/VERSIONS.TXT | 1 + docs/freetype-config.1 | 2 +- include/freetype/freetype.h | 4 ++-- src/base/ftver.rc | 6 +++--- subprojects/dlg | 2 +- 14 files changed, 21 insertions(+), 20 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 309926411..a3e3320db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -158,8 +158,8 @@ endif () project(freetype C) set(VERSION_MAJOR "2") -set(VERSION_MINOR "13") -set(VERSION_PATCH "3") +set(VERSION_MINOR "14") +set(VERSION_PATCH "0") # Generate LIBRARY_VERSION and LIBRARY_SOVERSION. set(LIBTOOL_REGEX "version_info='([0-9]+):([0-9]+):([0-9]+)'") diff --git a/README b/README index fef86e721..0cce73e0e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -FreeType 2.13.3 +FreeType 2.14.0 =============== Homepage: https://freetype.org @@ -32,9 +32,9 @@ sites. Go to and download one of the following files. - freetype-doc-2.13.3.tar.xz - freetype-doc-2.13.3.tar.gz - ftdoc2133.zip + freetype-doc-2.14.0.tar.xz + freetype-doc-2.14.0.tar.gz + ftdoc2140.zip To view the documentation online, go to diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw index 8f583b391..3150fd67f 100644 --- a/builds/unix/configure.raw +++ b/builds/unix/configure.raw @@ -17,7 +17,7 @@ AC_CONFIG_SRCDIR([ftconfig.h.in]) # Don't forget to update `docs/VERSIONS.TXT'! -version_info='26:2:20' +version_info='26:3:20' AC_SUBST([version_info]) ft_version=`echo $version_info | tr : .` AC_SUBST([ft_version]) diff --git a/builds/wince/vc2005-ce/index.html b/builds/wince/vc2005-ce/index.html index 2505d7762..353bc6927 100644 --- a/builds/wince/vc2005-ce/index.html +++ b/builds/wince/vc2005-ce/index.html @@ -21,7 +21,7 @@ the following targets:
  • PPC/SP WM6 (Windows Mobile 6)
  • -It compiles the following libraries from the FreeType 2.13.3 sources:

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

    -It compiles the following libraries from the FreeType 2.13.3 sources:

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