summaryrefslogtreecommitdiff
path: root/include/freetype/internal/compiler-macros.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2023-02-09 07:01:12 +0100
committerWerner Lemberg <wl@gnu.org>2023-02-09 07:24:52 +0100
commitde8b92dd7ec634e9e2b25ef534c54a3537555c11 (patch)
tree4b3e621364527dc640081afefdfe861b287a9845 /include/freetype/internal/compiler-macros.h
parent4f8c4b0fc46ec220448f9db15f7a3a5923c35320 (diff)
downloadfreetype2-de8b92dd7ec634e9e2b25ef534c54a3537555c11.tar.gz
* Version 2.13 released.VER-2-13-0
========================== Tag sources with `VER-2-13-0'. * docs/VERSION.TXT: Add entry for version 2.13. * docs/CHANGES: 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.12.1/2.13/, s/2121/2130/. * include/freetype/freetype.h (FREETYPE_MINOR): Set to 13. (FREETYPE_PATCH): Set to 0. * builds/unix/configure.raw (version_info): Set to 25:0:19. * CMakeLists.txt (VERSION_MINOR): Set to 13. (VERSION_PATCH): Set to 0.
Diffstat (limited to 'include/freetype/internal/compiler-macros.h')
-rw-r--r--include/freetype/internal/compiler-macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/freetype/internal/compiler-macros.h b/include/freetype/internal/compiler-macros.h
index 9848174a7..7883317fe 100644
--- a/include/freetype/internal/compiler-macros.h
+++ b/include/freetype/internal/compiler-macros.h
@@ -271,7 +271,7 @@ FT_BEGIN_HEADER
* To export a variable, use `FT_EXPORT_VAR`.
*/
- /* See `freetype/config/compiler_macros.h` for the `FT_EXPORT` definition */
+ /* See `freetype/config/public-macros.h` for the `FT_EXPORT` definition */
#define FT_EXPORT_DEF( x ) FT_FUNCTION_DEFINITION( x )
/*