Update to version 2.2.90
This commit is contained in:
parent
8edb970e93
commit
4ae7f71c89
|
@ -1,3 +1,7 @@
|
|||
2003-06-09 Keith Packard <keithp@keithp.com>
|
||||
|
||||
* Tag version 2.2.90
|
||||
|
||||
2003-06-09 Keith Packard <keithp@keithp.com>
|
||||
|
||||
* Optimization in FcLangSetIndex was broken, occasionally
|
||||
|
|
|
@ -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.2.0)
|
||||
AM_INIT_AUTOMAKE(fontconfig, 2.2.90)
|
||||
|
||||
dnl libtool versioning
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ typedef int FcBool;
|
|||
|
||||
#define FC_MAJOR 2
|
||||
#define FC_MINOR 2
|
||||
#define FC_REVISION 0
|
||||
#define FC_REVISION 90
|
||||
|
||||
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
|
||||
|
||||
|
|
Loading…
Reference in New Issue