From 3541556bd38d6b1a3fffe1a661edce2f8d60e06a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 26 Oct 2003 16:52:28 +0000 Subject: Tag version 2.2.91 --- ChangeLog | 4 ++++ configure.in | 2 +- fontconfig/fontconfig.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 712539f..2a0d902 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-26 Keith Packard + + Tag version 2.2.91 + 2003-10-26 Keith Packard * doc/Makefile.am: diff --git a/configure.in b/configure.in index 491cdf1..be2e3cb 100644 --- a/configure.in +++ b/configure.in @@ -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.90) +AM_INIT_AUTOMAKE(fontconfig, 2.2.91) dnl libtool versioning diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index 3e0237d..d38ab6c 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -40,7 +40,7 @@ typedef int FcBool; #define FC_MAJOR 2 #define FC_MINOR 2 -#define FC_REVISION 90 +#define FC_REVISION 91 #define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION)) -- cgit v1.2.3