* builds/unix/configure.raw (version_info): Set to 9:20:3.

This commit is contained in:
Werner Lemberg 2009-03-09 08:36:18 +00:00
parent 42f5c714c0
commit 1a5edf7a4f
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2009-03-09 Werner Lemberg <wl@gnu.org>
* builds/unix/configure.raw (version_info): Set to 9:20:3.
2009-03-03 David Turner <david@freetype.org>
Protect SFNT kerning table parser against malformed tables.
@ -15,8 +19,6 @@
* include/freetype/freetype.h: Bump patch version to 9.
* docs/CHANGES: Document the ABI break in 2.3.8.
* docs/VERSION.DLL: Update version numbers table for 2.3.9.
* builds/unix/configure.ac: Update AC_INIT and version_info
numbers.
2009-03-03 David Turner <david@freetype.org>

View File

@ -17,7 +17,7 @@ AC_CONFIG_SRCDIR([ftconfig.in])
# Don't forget to update docs/VERSION.DLL!
version_info='9:19:3'
version_info='9:20:3'
AC_SUBST([version_info])
ft_version=`echo $version_info | tr : .`
AC_SUBST([ft_version])