diff --git a/ChangeLog b/ChangeLog index c4a8e0c14..3b9d7065d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-09 Werner Lemberg + + * builds/unix/configure.raw (version_info): Set to 9:20:3. + 2009-03-03 David Turner 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 diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw index 96fcc278e..38c5241cf 100644 --- a/builds/unix/configure.raw +++ b/builds/unix/configure.raw @@ -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])