summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2021-12-01 20:17:59 +0100
committerWerner Lemberg <wl@gnu.org>2021-12-02 13:33:12 +0100
commit3f83daeecb1a78d851b660eed025eeba362c0e4a (patch)
tree67463e65a4600d5eaaf565bfcade5ad2a1cbc748 /src
parent03380482ce6c89b015b06dd22efced4aba66d418 (diff)
downloadfreetype2-3f83daeecb1a78d851b660eed025eeba362c0e4a.tar.gz
* Version 2.11.1 released.VER-2-11-1
========================== Tag sources with `VER-2-11-1'. * docs/VERSION.TXT: Add entry for version 2.11.1. * docs/CHANGES, docs/release: Updated. * README, src/base/ftver.rc, builds/windows/vc2010/index.html, builds/windows/visualc/index.html, builds/windows/visualce/index.html, builds/wince/vc2005-ce/index.html, builds/wince/vc2008-ce/index.html, docs/freetype-config.1: s/2.11.0/2.11.1/, s/2110/2111/. * include/freetype/freetype.h (FREETYPE_PATCH): Set to 1. * builds/unix/configure.raw (version_info): Set to 24:1:18. * CMakeLists.txt (VERSION_PATCH): Set to 1. * builds/toplevel.mk (version_tag, CHANGELOG_SCRIPT): New variables. (do-dist): Generate `ChangeLog` file with all commits since last release.
Diffstat (limited to 'src')
-rw-r--r--src/base/ftver.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/ftver.rc b/src/base/ftver.rc
index 5fe433cbd..a3d05b378 100644
--- a/src/base/ftver.rc
+++ b/src/base/ftver.rc
@@ -18,8 +18,8 @@
#include<windows.h>
-#define FT_VERSION 2,11,0,0
-#define FT_VERSION_STR "2.11.0"
+#define FT_VERSION 2,11,1,0
+#define FT_VERSION_STR "2.11.1"
VS_VERSION_INFO VERSIONINFO
FILEVERSION FT_VERSION