aboutsummaryrefslogtreecommitdiff
path: root/builds/unix/configure.raw
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-05-01 07:05:36 +0200
committerWerner Lemberg <wl@gnu.org>2022-05-01 07:09:34 +0200
commite8ebfe988b5f57bfb9a3ecb13c70d9791bce9ecf (patch)
tree454c3db54c46fb62558f44e802b1f6fae24e9363 /builds/unix/configure.raw
parent7b3ebb9c1275d3cded7ea7e683cb43993bcc4cd4 (diff)
downloadfreetype-e8ebfe988b5f57bfb9a3ecb13c70d9791bce9ecf.tar.gz
* Version 2.12.1 released.
========================== Tag sources with `VER-2-12-1'. * docs/VERSION.TXT: Add entry for version 2.12.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.12.0/2.12.1/, s/2120/2121/. * include/freetype/freetype.h (FREETYPE_PATCH): Set to 1. * builds/unix/configure.raw (version_info): Set to 24:3:18. * CMakeLists.txt (VERSION_PATCH): Set to 1.
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 f4cb228b5..fb943fd2a 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='24:2:18'
+version_info='24:3:18'
AC_SUBST([version_info])
ft_version=`echo $version_info | tr : .`
AC_SUBST([ft_version])