summaryrefslogtreecommitdiff
path: root/Jamfile
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 /Jamfile
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 'Jamfile')
-rw-r--r--Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamfile b/Jamfile
index a9eb39632..9078a5fe3 100644
--- a/Jamfile
+++ b/Jamfile
@@ -210,7 +210,7 @@ actions RefDoc
{
python $(FT2_SRC)/tools/docmaker/docmaker.py
--prefix=ft2
- --title=FreeType-2.9
+ --title=FreeType-2.9.1
--output=$(DOC_DIR)
$(FT2_INCLUDE)/freetype/*.h
$(FT2_INCLUDE)/freetype/config/*.h