diff options
author | Keith Packard <keithp@keithp.com> | 2003-03-07 21:04:52 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-03-07 21:04:52 +0000 |
commit | 6348213702153f1097c648ae575bcc89dbb259dc (patch) | |
tree | a6cef91abd1cf09cf23048291307946ce15b95c2 | |
parent | dcd1f27185958b000f12e0390970c925f4386598 (diff) |
Bump version to 2.1.92fc-2_1_92
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | fontconfig/fontconfig.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 607960a..22bfad5 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.1.91) +AM_INIT_AUTOMAKE(fontconfig, 2.1.92) dnl libtool versioning diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index ac2355f..4fa0d48 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -40,7 +40,7 @@ typedef int FcBool; #define FC_MAJOR 2 #define FC_MINOR 1 -#define FC_REVISION 91 +#define FC_REVISION 92 #define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION)) |