]> git.wh0rd.org - fontconfig.git/commitdiff
Update version number to 2.2.1 fc-2_2_1
authorKeith Packard <keithp@keithp.com>
Mon, 9 Jun 2003 18:38:08 +0000 (18:38 +0000)
committerKeith Packard <keithp@keithp.com>
Mon, 9 Jun 2003 18:38:08 +0000 (18:38 +0000)
configure.in
fontconfig/fontconfig.h

index 3453bae131ebf4bb8e3bb9cf015809f5d7653db4..3badba38495993d9e508f206e9ad698123f13508 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.1)
 
 dnl libtool versioning
 
index bae92fe0641a4e721a28cad6447f96e2ed35cea0..8c1acd5fb467f07da84269bb736d8821201f4687 100644 (file)
@@ -40,7 +40,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       2
-#define FC_REVISION    0
+#define FC_REVISION    1
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))