Bump version to 2.9.92
This commit is contained in:
parent
2162d9c2ee
commit
9c377192bf
19
README
19
README
|
@ -1,12 +1,29 @@
|
|||
Fontconfig
|
||||
Font configuration and customization library
|
||||
Version 2.9.91 (2.10 RC1)
|
||||
Version 2.9.92 (2.10 RC2)
|
||||
2012-03-11
|
||||
|
||||
|
||||
Check INSTALL for compilation and installation instructions.
|
||||
Report bugs to https://bugs.freedesktop.org in the fontconfig module.
|
||||
|
||||
2.9.92 (2.10 RC2)
|
||||
|
||||
Akira TAGOH (9):
|
||||
Bug 50835 - Deprecate FC_GLOBAL_ADVANCE
|
||||
Fix a typo and build fail.
|
||||
Fix a build fail on MINGW
|
||||
Fix the fail of make install with --disable-shared on Win32
|
||||
clean up the lock file properly on even hardlink-not-supported filesystem.
|
||||
Rename configure.in to configure.ac
|
||||
Bug 18726 - RFE: help write locale-specific tests
|
||||
Bump libtool revision
|
||||
Update INSTALL
|
||||
|
||||
Marius Tolzmann (2):
|
||||
Fix newline in warning about deprecated config includes
|
||||
Fix warning about deprecated, non-existent config includes
|
||||
|
||||
2.9.91 (2.10 RC1)
|
||||
|
||||
Akira TAGOH (60):
|
||||
|
|
|
@ -33,7 +33,7 @@ dnl This is the package version number, not the shared library
|
|||
dnl version. This same version number must appear in fontconfig/fontconfig.h
|
||||
dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's
|
||||
dnl not possible to extract the version number here from fontconfig.h
|
||||
AM_INIT_AUTOMAKE(fontconfig, 2.9.91)
|
||||
AM_INIT_AUTOMAKE(fontconfig, 2.9.92)
|
||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
||||
|
||||
dnl libtool versioning
|
||||
|
|
|
@ -52,7 +52,7 @@ typedef int FcBool;
|
|||
|
||||
#define FC_MAJOR 2
|
||||
#define FC_MINOR 9
|
||||
#define FC_REVISION 91
|
||||
#define FC_REVISION 92
|
||||
|
||||
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
|
||||
|
||||
|
|
Loading…
Reference in New Issue