summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2011-07-29 06:23:27 +0200
committerWerner Lemberg <wl@gnu.org>2011-07-29 06:23:27 +0200
commit29a7965fd14f0a142965067e04f6b8e4ba354d3e (patch)
tree7ffdfbbfd04860200503db4c144d533a271a2c9e /Jamfile
parente7d42366f13b80025dc980a068cb84e9b0e756b8 (diff)
downloadfreetype2-29a7965fd14f0a142965067e04f6b8e4ba354d3e.tar.gz
* Version 2.4.6 released.VER-2-4-6
========================= Tag sources with `VER-2-4-6'. * docs/CHANGES: Updated. * docs/VERSION.DLL: Update documentation and bump version number to 2.4.6. * 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.5/2.4.6/, s/245/246/. * include/freetype/freetype.h (FREETYPE_PATCH): Set to 6. * builds/unix/configure.raw (version_info): Set to 13:1:7.
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamfile b/Jamfile
index 94d77f903..3f4cd5b75 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.5 --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.6 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h
}
RefDoc refdoc ;