summaryrefslogtreecommitdiff
path: root/include/freetype
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2009-01-14 06:52:18 +0000
committerWerner Lemberg <wl@gnu.org>2009-01-14 06:52:18 +0000
commite22dd0b80f9d7d425bb46be90242cd157af12ee9 (patch)
treedf5fcbdcf08295656dce7598c9779529b027c868 /include/freetype
parentfb4ddb2791f806d931976268d1db4d225cf861a1 (diff)
downloadfreetype2-e22dd0b80f9d7d425bb46be90242cd157af12ee9.tar.gz
* Version 2.3.8 released.VER-2-3-8
========================= Tag sources with `VER-2-3-8'. * docs/VERSION.DLL: Update documentation and bump version number to 2.3.8. * README, Jamfile (RefDoc), builds/win32/visualc/index.html, builds/win32/visualc/freetype.dsp, builds/win32/visualc/freetype.vcproj, builds/win32/visualce/index.html, builds/win32/visualce/freetype.dsp, builds/win32/visualce/freetype.vcproj: s/2.3.7/2.3.8/, s/237/238/. * include/freetype/freetype.h (FREETYPE_PATCH): Set to 8. * builds/unix/configure.raw (version_info): Set to 9:19:3. * docs/release: Updated.
Diffstat (limited to 'include/freetype')
-rw-r--r--include/freetype/freetype.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index b015a41a2..5bc4c8737 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -4,7 +4,7 @@
/* */
/* FreeType high-level API and common types (specification only). */
/* */
-/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by */
+/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -3758,7 +3758,7 @@ FT_BEGIN_HEADER
*/
#define FREETYPE_MAJOR 2
#define FREETYPE_MINOR 3
-#define FREETYPE_PATCH 7
+#define FREETYPE_PATCH 8
/*************************************************************************/