summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Wagner <bungeman@chromium.org>2021-07-16 14:20:44 -0400
committerWerner Lemberg <wl@gnu.org>2021-07-17 08:51:32 +0200
commit4082b863c1c7f3f034b2b737c38c4ad2376686ec (patch)
treea9e460cfefb9aaf9800923afaf2bde2e897f4670
parent357b353c2a90a64df20f2531f6e4aacef9fb3e28 (diff)
downloadfreetype2-4082b863c1c7f3f034b2b737c38c4ad2376686ec.tar.gz
Document direct header inclusion valid since 2.6.1.
Since commit e13391333 'Make macros for header file names optional.' the header file layout has become public and using the macro expansions for includes is no longer required. While this happened in 2.10.3, the header file layout had not changed since commit 392cf22f8a5 'Another adjustment to header locations.' in 2.6.1. Retroactively make the header file layout public back to 2.6.1 to speed adoption.
-rw-r--r--docs/INSTALL.ANY2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.ANY b/docs/INSTALL.ANY
index f36c2e071..313661316 100644
--- a/docs/INSTALL.ANY
+++ b/docs/INSTALL.ANY
@@ -10,7 +10,7 @@ I. Standard procedure
* If you use macro names for FreeType header files (while mandatory
in earlier versions, this is now optional since FreeType version
- 2.10.3) it is necessary to disable pre-compiled headers. This is
+ 2.6.1) it is necessary to disable pre-compiled headers. This is
very important for Visual C++, because lines like
#include FT_FREETYPE_H