summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2019-07-01 13:54:54 +0200
committerWerner Lemberg <wl@gnu.org>2019-07-01 15:56:34 +0200
commit8cf046c38d4c6ada76ba070562beff0d5041f795 (patch)
tree61bc49e65bf45ad2515d67a480ba5df9c1c029d3 /include
parent7b1c7585d7ab929d9b29932d6697a22149162c13 (diff)
downloadfreetype2-8cf046c38d4c6ada76ba070562beff0d5041f795.tar.gz
* Version 2.10.1 released.VER-2-10-1
========================== Tag sources with `VER-2-10-1'. * docs/VERSION.TXT: Add entry for version 2.10.1. * 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.10.0/2.10.1/, s/2100/2101/. * include/freetype/freetype.h (FREETYPE_PATCH): Set to 1. * builds/unix/configure.raw (version_info): Set to 23:1:17. * CMakeLists.txt (VERSION_PATCH): Set to 1. * include/freetype/fterrors.h (FT_Error_String): Fix C++ compilation.
Diffstat (limited to 'include')
-rw-r--r--include/freetype/freetype.h2
-rw-r--r--include/freetype/fterrors.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 2f7863c4c..a6bb667e3 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -4781,7 +4781,7 @@ FT_BEGIN_HEADER
*/
#define FREETYPE_MAJOR 2
#define FREETYPE_MINOR 10
-#define FREETYPE_PATCH 0
+#define FREETYPE_PATCH 1
/**************************************************************************
diff --git a/include/freetype/fterrors.h b/include/freetype/fterrors.h
index 58f5a3ead..2b47eb209 100644
--- a/include/freetype/fterrors.h
+++ b/include/freetype/fterrors.h
@@ -244,6 +244,8 @@
#define FT_ERR_PROTOS_DEFINED
+FT_BEGIN_HEADER
+
/**************************************************************************
*
* @function:
@@ -274,6 +276,8 @@
FT_EXPORT( const char* )
FT_Error_String( FT_Error error_code );
+FT_END_HEADER
+
#endif /* FT_ERR_PROTOS_DEFINED */