]> git.wh0rd.org - fontconfig.git/commitdiff
Update to version 2.2.92 fc-2_2_92
authorKeith Packard <keithp@keithp.com>
Mon, 27 Oct 2003 10:47:53 +0000 (10:47 +0000)
committerKeith Packard <keithp@keithp.com>
Mon, 27 Oct 2003 10:47:53 +0000 (10:47 +0000)
ChangeLog
configure.in
fontconfig/fontconfig.h

index 550c491be09d0c0560c44b8c85d44434ee271906..8ef431bc8df95cfc0050a073cd100a08a8262d69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-27  Keith Packard  <set EMAIL_ADDRESS environment variable>
+
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       Update to version 2.2.92
+
 2003-10-27  Keith Packard  <keithp@keithp.com>
 
        * Makefile.am:
index 7ecedf996963f8b3ded69da5ea487c1eea8fa391..275ff4ca7cd48896e0b8315d6dabc559db7e3393 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.91)
+AM_INIT_AUTOMAKE(fontconfig, 2.2.92)
 
 dnl libtool versioning
 
index d38ab6ccad64da4f52a009cd729dccf1d3846269..8894219fd0778fdeba1bacd577db1d5a81b42007 100644 (file)
@@ -40,7 +40,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       2
-#define FC_REVISION    91
+#define FC_REVISION    92
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))