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

david-pic-changes
Werner Lemberg 16 years ago
parent 42f5c714c0
commit 1a5edf7a4f
  1. 6
      ChangeLog
  2. 2
      builds/unix/configure.raw

@ -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>

@ -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])

Loading…
Cancel
Save