summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-04-21 16:12:22 +0000
committerKeith Packard <keithp@keithp.com>2003-04-21 16:12:22 +0000
commit781f10486df22a422b92114ad438d4d8e74c9b93 (patch)
treef15f0559a86e7ecbc937f55c969e78bcb24c7382
parent8eb4a52ed8ec96efb784a9cab5a21ba20b27733a (diff)
Update to version 2.2.0fc-2_2_0
-rw-r--r--configure.in2
-rw-r--r--fontconfig/fontconfig.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index a84bcaf..3453bae 100644
--- a/configure.in
+++ b/configure.in
@@ -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
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index 7795905..bae92fe 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -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))