Update to version 2.2.92

This commit is contained in:
Keith Packard 2003-10-27 10:47:53 +00:00
parent 4cbc3ee8fe
commit 27143fc9a2
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2003-10-27 Keith Packard <set EMAIL_ADDRESS environment variable>
* configure.in:
* fontconfig/fontconfig.h:
Update to version 2.2.92
2003-10-27 Keith Packard <keithp@keithp.com>
* Makefile.am:

View File

@ -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.91)
AM_INIT_AUTOMAKE(fontconfig, 2.2.92)
dnl libtool versioning

View File

@ -40,7 +40,7 @@ typedef int FcBool;
#define FC_MAJOR 2
#define FC_MINOR 2
#define FC_REVISION 91
#define FC_REVISION 92
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))