summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-04-24 01:09:36 +0000
committerKeith Packard <keithp@keithp.com>2004-04-24 01:09:36 +0000
commit626a70167d7805c20a157e945a1f380ae580661a (patch)
tree822c6c5f4d832314fd4b0cbbf6b46e5ca62e2cb7
parent7969113f086176112fdc13347ea56ea52838117a (diff)
Update to 2.2.94 (2.2.93 shipped with broken libtool bits)fc-2_2_94
-rw-r--r--ChangeLog7
-rw-r--r--README9
-rw-r--r--configure.in2
-rw-r--r--fontconfig/fontconfig.h2
4 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cf6e26..61e6de5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
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:
Ignore a few more autotool files
diff --git a/README b/README
index 381eee7..8e9b731 100644
--- a/README
+++ b/README
@@ -1,7 +1,12 @@
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
diff --git a/configure.in b/configure.in
index 910ac28..de03087 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.93)
+AM_INIT_AUTOMAKE(fontconfig, 2.2.94)
AM_MAINTAINER_MODE
dnl libtool versioning
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index 75c16d3..7ff6e97 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 93
+#define FC_REVISION 94
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))