]> git.wh0rd.org - fontconfig.git/commitdiff
Update to version 2.2.0 fc-2_2_0
authorKeith Packard <keithp@keithp.com>
Mon, 21 Apr 2003 16:12:22 +0000 (16:12 +0000)
committerKeith Packard <keithp@keithp.com>
Mon, 21 Apr 2003 16:12:22 +0000 (16:12 +0000)
configure.in
fontconfig/fontconfig.h

index a84bcaf6d0d87ee9014f33d0a94dc1f70980ce26..3453bae131ebf4bb8e3bb9cf015809f5d7653db4 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.1.94)
+AM_INIT_AUTOMAKE(fontconfig, 2.2.0)
 
 dnl libtool versioning
 
index 779590545d84e55cbea7c88e3ac01c651d9fd03b..bae92fe0641a4e721a28cad6447f96e2ed35cea0 100644 (file)
@@ -39,8 +39,8 @@ typedef int           FcBool;
  */
 
 #define FC_MAJOR       2
-#define FC_MINOR       1
-#define FC_REVISION    94
+#define FC_MINOR       2
+#define FC_REVISION    0
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))