summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-05-01 20:27:24 +0200
committerWerner Lemberg <wl@gnu.org>2018-05-01 20:37:24 +0200
commit86bc8a95056c97a810986434a3f268cbe67f2902 (patch)
tree34694611454c8e95bd398d54da805ffb4e94577b /include
parentac97a29653e2a551064705891bc578c53ecf056d (diff)
downloadfreetype2-86bc8a95056c97a810986434a3f268cbe67f2902.tar.gz
* Version 2.9.1 released.VER-2-9-1
========================= Tag sources with `VER-2-9-1'. * docs/VERSION.TXT: Add entry for version 2.9.1. * docs/CHANGES: Updated. * README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj, src/base/ftver.rc, 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.9/2.9.1/, s/29/291/. * include/freetype/freetype.h (FREETYPE_PATCH): Set to 1. * builds/unix/configure.raw (version_info): Set to 22:1:16. * CMakeLists.txt (VERSION_PATCH): Set to 1. * include/freetype/ftgasp.h: Use FT_BEGIN_HEADER and FT_END_HEADER.
Diffstat (limited to 'include')
-rw-r--r--include/freetype/freetype.h2
-rw-r--r--include/freetype/ftgasp.h5
2 files changed, 6 insertions, 1 deletions
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 008335cfa..96644046e 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -4557,7 +4557,7 @@ FT_BEGIN_HEADER
*/
#define FREETYPE_MAJOR 2
#define FREETYPE_MINOR 9
-#define FREETYPE_PATCH 0
+#define FREETYPE_PATCH 1
/*************************************************************************/
diff --git a/include/freetype/ftgasp.h b/include/freetype/ftgasp.h
index 9b54fc86a..fc1248ff4 100644
--- a/include/freetype/ftgasp.h
+++ b/include/freetype/ftgasp.h
@@ -29,6 +29,9 @@
#endif
+FT_BEGIN_HEADER
+
+
/***************************************************************************
*
* @section:
@@ -131,6 +134,8 @@
/* */
+FT_END_HEADER
+
#endif /* FTGASP_H_ */