Bump version to 2.7.3
This commit is contained in:
parent
afc845d930
commit
b322eb4d7a
14
README
14
README
|
@ -1,12 +1,22 @@
|
||||||
Fontconfig
|
Fontconfig
|
||||||
Font configuration and customization library
|
Font configuration and customization library
|
||||||
Version 2.7.2
|
Version 2.7.3
|
||||||
2009-08-31
|
2009-09-08
|
||||||
|
|
||||||
|
|
||||||
Check INSTALL for compilation and installation instructions.
|
Check INSTALL for compilation and installation instructions.
|
||||||
Report bugs to https://bugs.freedesktop.org in the fontconfig module.
|
Report bugs to https://bugs.freedesktop.org in the fontconfig module.
|
||||||
|
|
||||||
|
2.7.3
|
||||||
|
|
||||||
|
Behdad Esfahbod (2):
|
||||||
|
Use default config in FcFileScan() and FcDirScan()
|
||||||
|
Bump libtool version in preparation for release
|
||||||
|
|
||||||
|
Roozbeh Pournader (2):
|
||||||
|
Correct Ewe (ee) orthography to use U+025B (bug #20711)
|
||||||
|
Updated Arabic, Persian, and Urdu orthographies
|
||||||
|
|
||||||
2.7.2
|
2.7.2
|
||||||
|
|
||||||
Behdad Esfahbod (6):
|
Behdad Esfahbod (6):
|
||||||
|
|
|
@ -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 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 Yes, it is a pain to synchronize version numbers. Unfortunately, it's
|
||||||
dnl not possible to extract the version number here from fontconfig.h
|
dnl not possible to extract the version number here from fontconfig.h
|
||||||
AM_INIT_AUTOMAKE(fontconfig, 2.7.2)
|
AM_INIT_AUTOMAKE(fontconfig, 2.7.3)
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
dnl libtool versioning
|
dnl libtool versioning
|
||||||
|
|
|
@ -53,7 +53,7 @@ typedef int FcBool;
|
||||||
|
|
||||||
#define FC_MAJOR 2
|
#define FC_MAJOR 2
|
||||||
#define FC_MINOR 7
|
#define FC_MINOR 7
|
||||||
#define FC_REVISION 2
|
#define FC_REVISION 3
|
||||||
|
|
||||||
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
|
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue