summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2019-03-15 07:27:02 +0100
committerWerner Lemberg <wl@gnu.org>2019-03-15 07:56:49 +0100
commitfbbcf50367403a6316a013b51690071198962920 (patch)
tree25a3e55ed188631e172d10d1c76f9a355e5b7e6e /include
parent4e64d9d3daa6356da8ad30b8303402f7dd4a30d2 (diff)
downloadfreetype2-fbbcf50367403a6316a013b51690071198962920.tar.gz
* Version 2.10.0 released.VER-2-10-0
========================== Tag sources with `VER-2-10-0'. * docs/VERSION.TXT: Add entry for version 2.10.0. * docs/CHANGES: Updated. * README, Jamfile (RefDoc), src/base/ftver.rc, 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.9.1/2.10.0/, s/291/2100/. * include/freetype/freetype.h (FREETYPE_MINOR): Set to 10. (FREETYPE_PATCH): Set to 0. * builds/unix/configure.raw (version_info): Set to 23:0:17. * CMakeLists.txt (VERSION_MINOR): Set to 10. (VERSION_PATCH): Set to 0. * builds/toplevel.mk (version, winversion): Since the minor version number has two digits now, never omit the patch number. We would get ambiguous zip file names otherwise. (dist): Remove remnants of `docmaker' tool. (do-dist): Remove unused intermediate files. * src/cff/cffparse.c (destrict_c2s_item): Guard function with CFF_CONFIG_OPTION_OLD_ENGINE macro.
Diffstat (limited to 'include')
-rw-r--r--include/freetype/freetype.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 03d0e6b23..4f2eaca69 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -4773,8 +4773,8 @@ FT_BEGIN_HEADER
*
*/
#define FREETYPE_MAJOR 2
-#define FREETYPE_MINOR 9
-#define FREETYPE_PATCH 1
+#define FREETYPE_MINOR 10
+#define FREETYPE_PATCH 0
/**************************************************************************