* builds/unix/configure.ac (version_info): Set to 9:2:3.

* builds/unix/configure: Regenerated.
* docs/VERSION.DLL: Updated.
This commit is contained in:
Werner Lemberg 2002-09-10 15:17:32 +00:00
parent 25f845aa64
commit 73c10ae9f7
4 changed files with 34 additions and 23 deletions

View File

@ -1,3 +1,9 @@
2002-09-10 Werner Lemberg <wl@gnu.org>
* builds/unix/configure.ac (version_info): Set to 9:2:3.
* builds/unix/configure: Regenerated.
* docs/VERSION.DLL: Updated.
2002-09-09 David Turner <david@freetype.org>
* src/cache/ftccache.i: fixed a bug that prevented compilation in

View File

@ -1359,7 +1359,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers ftconfig.h:ftconfig.in"
version_info='9:1:3'
version_info='9:2:3'
ft_version=`echo $version_info | tr : .`

View File

@ -9,7 +9,8 @@ AC_CONFIG_SRCDIR([ftconfig.in])
dnl configuration file -- stay in 8.3 limit
AC_CONFIG_HEADER(ftconfig.h:ftconfig.in)
version_info='9:1:3'
dnl Don't forget to update VERSION.DLL!
version_info='9:2:3'
AC_SUBST(version_info)
ft_version=`echo $version_info | tr : .`
AC_SUBST(ft_version)

View File

@ -1,3 +1,7 @@
Libtool's version for FreeType 2.1.3 is `9.2.3'.
On most platforms, the soname will be `6.3.2' (e.g. `libfreetype.so.6.3.2').
Libtool's version for FreeType 2.1.2 is `9.1.3'.
On most platforms, the soname will be `6.3.1'.
On most platforms, the soname will be `6.3.1' (e.g. `libfreetype.so.6.3.1').