summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2012-03-08 21:02:06 +0100
committerWerner Lemberg <wl@gnu.org>2012-03-08 21:02:06 +0100
commit50ed33e53712b45508b4f3802d715450577e1dda (patch)
tree1cae9752213b8db51c65cc2acffbc8da202c23da /Jamfile
parentc4cad30ed1b1f554aa41a98b0b0fdca6e579e22f (diff)
downloadfreetype2-50ed33e53712b45508b4f3802d715450577e1dda.tar.gz
* Version 2.4.9 released.VER-2-4-9
========================= Tag sources with `VER-2-4-9'. * docs/CHANGES: Updated. * docs/VERSION.DLL: Update documentation and bump version number to 2.4.9. * README, Jamfile (RefDoc), builds/win32/vc2005/freetype.vcproj, builds/win32/vc2005/index.html, builds/win32/vc2008/freetype.vcproj, builds/win32/vc2008/index.html, builds/win32/vc2010/freetype.vcxproj, builds/win32/vc2010/index.html, builds/win32/visualc/freetype.dsp, builds/win32/visualc/freetype.vcproj, builds/win32/visualc/index.html, builds/win32/visualce/freetype.dsp, builds/win32/visualce/freetype.vcproj, builds/win32/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.4.8/2.4.9/, s/248/249/. * include/freetype/freetype.h (FREETYPE_PATCH): Set to 9. * builds/unix/configure.raw (version_info): Set to 14:1:8.
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamfile b/Jamfile
index eb000d659..313bda65e 100644
--- a/Jamfile
+++ b/Jamfile
@@ -195,7 +195,7 @@ rule RefDoc
actions RefDoc
{
- python $(FT2_SRC)/tools/docmaker/docmaker.py --prefix=ft2 --title=FreeType-2.4.8 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h
+ python $(FT2_SRC)/tools/docmaker/docmaker.py --prefix=ft2 --title=FreeType-2.4.9 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h
}
RefDoc refdoc ;