summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-10-27 10:47:53 +0000
committerKeith Packard <keithp@keithp.com>2003-10-27 10:47:53 +0000
commit27143fc9a2ac9b7dc87ab874251df356611b25e5 (patch)
treebea2b04956181d37fbd8aca0988bc061e4206bed
parent4cbc3ee8fe4a6266b2d107c7475a65de6bdd1068 (diff)
Update to version 2.2.92fc-2_2_92
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
-rw-r--r--fontconfig/fontconfig.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 550c491..8ef431b 100644
--- 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:
diff --git a/configure.in b/configure.in
index 7ecedf9..275ff4c 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.2.91)
+AM_INIT_AUTOMAKE(fontconfig, 2.2.92)
dnl libtool versioning
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index d38ab6c..8894219 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -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))