]> git.wh0rd.org - fontconfig.git/commitdiff
Update to 2.2.94 (2.2.93 shipped with broken libtool bits) fc-2_2_94
authorKeith Packard <keithp@keithp.com>
Sat, 24 Apr 2004 01:09:36 +0000 (01:09 +0000)
committerKeith Packard <keithp@keithp.com>
Sat, 24 Apr 2004 01:09:36 +0000 (01:09 +0000)
ChangeLog
README
configure.in
fontconfig/fontconfig.h

index 9cf6e2662019c2954213ec2eb8d5d4e586b5b3c3..61e6de586b4127198247cb86ed4b4c2330fe467b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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:
diff --git a/README b/README
index 381eee7c5a5c25e643f3b84f175946595b809437..8e9b73185155fc1254248efe01de0ac71e49495e 100644 (file)
--- 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
 
index 910ac28c85ebe86dd7892251f49f7c155bca5607..de030877083c6612be4c7d426263312e669747bb 100644 (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.93)
+AM_INIT_AUTOMAKE(fontconfig, 2.2.94)
 AM_MAINTAINER_MODE
 
 dnl libtool versioning
index 75c16d3dd3d22f5df36c56b9a5d674d357f5c5cd..7ff6e97775f59c3af90168c94e7761da40ed733e 100644 (file)
@@ -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))