]> git.wh0rd.org - fontconfig.git/commitdiff
Update to version 2.2.90 fc-2_2_90
authorKeith Packard <keithp@keithp.com>
Mon, 9 Jun 2003 19:21:06 +0000 (19:21 +0000)
committerKeith Packard <keithp@keithp.com>
Mon, 9 Jun 2003 19:21:06 +0000 (19:21 +0000)
ChangeLog
configure.in
fontconfig/fontconfig.h

index 8876b08edd8144b3e284d1d2a94d2a087496be83..f61f6c669f85370ee962cc2918605ecb249dd599 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-09  Keith Packard <keithp@keithp.com>
+
+       * Tag version 2.2.90
+
 2003-06-09  Keith Packard <keithp@keithp.com>
 
        * Optimization in FcLangSetIndex was broken, occasionally
index 03793a3d9038871b5b7515e26d358c5cf54a46f6..3bc3e7e2e9d54ca8b13ed0b3a7faff19a752f7c7 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.0)
+AM_INIT_AUTOMAKE(fontconfig, 2.2.90)
 
 dnl libtool versioning
 
index a4954f643615460965b029eebe9788ade27d0de3..045a36b8e7ec9cd654bee98986b96c5c6fae8128 100644 (file)
@@ -40,7 +40,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       2
-#define FC_REVISION    0
+#define FC_REVISION    90
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))