+2004-04-23 Keith Packard <keithp@keithp.com>
+
+ * README:
+ * configure.in:
+ * fontconfig/fontconfig.h:
+ Update to 2.2.94 (2.2.93 shipped with broken libtool bits)
+
2004-04-23 Keith Packard <keithp@keithp.com>
* .cvsignore:
Fontconfig
Font configuration and customization library
- Version 2.2.92
- 2004-2-19
+ Version 2.2.94
+ 2004-4-23
+
+2.2.94
+
+The 2.2.93 release was prepared with a broken libtool which created
+the shared library without the '.so' in the file names.
2.2.93
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.93)
+AM_INIT_AUTOMAKE(fontconfig, 2.2.94)
AM_MAINTAINER_MODE
dnl libtool versioning
#define FC_MAJOR 2
#define FC_MINOR 2
-#define FC_REVISION 93
+#define FC_REVISION 94
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))