summaryrefslogtreecommitdiff
path: root/builds/unix/configure.raw
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2020-10-10 18:14:57 +0200
committerWerner Lemberg <wl@gnu.org>2020-10-10 18:14:57 +0200
commit337670af0a1e94df3718c6467ca544ecb0282731 (patch)
tree8f6cee947feafc889fb46462968a2bff26c55be1 /builds/unix/configure.raw
parentc9f588be56a6c89c210284711417130ea53bd72e (diff)
downloadfreetype2-337670af0a1e94df3718c6467ca544ecb0282731.tar.gz
* Version 2.10.3 released.VER-2-10-3
========================== Tag sources with `VER-2-10-3'. * docs/VERSION.TXT: Add entry for version 2.10.3. * 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.10.2/2.10.3/, s/2102/2103/. * include/freetype/freetype.h (FREETYPE_PATCH): Set to 3. * builds/unix/configure.raw (version_info): Set to 23:3:17. * CMakeLists.txt (VERSION_PATCH): Set to 3.
Diffstat (limited to 'builds/unix/configure.raw')
-rw-r--r--builds/unix/configure.raw2
1 files changed, 1 insertions, 1 deletions
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index c0b28e244..7ac44fb85 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -17,7 +17,7 @@ AC_CONFIG_SRCDIR([ftconfig.h.in])
# Don't forget to update `docs/VERSIONS.TXT'!
-version_info='23:2:17'
+version_info='23:3:17'
AC_SUBST([version_info])
ft_version=`echo $version_info | tr : .`
AC_SUBST([ft_version])