summaryrefslogtreecommitdiff
path: root/builds/windows/vc2010/index.html
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2016-07-12 06:18:49 +0200
committerWerner Lemberg <wl@gnu.org>2016-07-12 06:18:49 +0200
commitf9b1871ded4df726ed962e5eae535c9918705a3d (patch)
tree063024f783aeb83fc658b192571ed2075893980f /builds/windows/vc2010/index.html
parent83c877f11c6cbd99cb203447d248748ad45624c3 (diff)
downloadfreetype2-f9b1871ded4df726ed962e5eae535c9918705a3d.tar.gz
* Version 2.6.5 released.VER-2-6-52.6.5
========================= Tag sources with `VER-2-6-5'. * include/freetype/config/ftoption.h (TT_CONFIG_OPTION_SUBPIXEL_HINTING): Comment out. * docs/VERSION.TXT: Add entry for version 2.6.5. * README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj, 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.6.4/2.6.5/, s/264/265/. * include/freetype/freetype.h (FREETYPE_PATCH): Set to 5. * builds/unix/configure.raw (version_info): Set to 18:5:12. * CMakeLists.txt (VERSION_PATCH): Set to 5. * docs/CHANGES: Updated.
Diffstat (limited to 'builds/windows/vc2010/index.html')
-rw-r--r--builds/windows/vc2010/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/builds/windows/vc2010/index.html b/builds/windows/vc2010/index.html
index 15b95e89f..2e27e8518 100644
--- a/builds/windows/vc2010/index.html
+++ b/builds/windows/vc2010/index.html
@@ -12,16 +12,16 @@
<p>This directory contains a project file for Visual C++ (VS.NET&nbsp;2010
or newer), named <tt>freetype.vcxproj</tt>, and Visual Studio, called
<tt>freetype.sln</tt>. It compiles the following libraries from the
-FreeType 2.6.4 sources:</p>
+FreeType 2.6.5 sources:</p>
<ul>
<pre>
- freetype264.lib - release build
- freetype264d.lib - debug build
- freetype264ST.lib - release build; single threaded
- freetype264STd.lib - debug build; single threaded
- freetype264MT.lib - release build; multi-threaded
- freetype264MTd.lib - debug build; multi-threaded</pre>
+ freetype265.lib - release build
+ freetype265d.lib - debug build
+ freetype265ST.lib - release build; single threaded
+ freetype265STd.lib - debug build; single threaded
+ freetype265MT.lib - release build; multi-threaded
+ freetype265MTd.lib - debug build; multi-threaded</pre>
</ul>
<p>Both Win32 and x64 builds are supported.</p>