summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-06-09 19:21:06 +0000
committerKeith Packard <keithp@keithp.com>2003-06-09 19:21:06 +0000
commit4ae7f71c89cd69d5273f82f03aadcb0c78b16c8d (patch)
treec7864e0b01bb5f00c601cd691a8e05a3ee50bdaa
parent8edb970e93f2dafc4fcd821df6240e807aa2ef8a (diff)
Update to version 2.2.90fc-2_2_90
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
-rw-r--r--fontconfig/fontconfig.h2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8876b08..f61f6c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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
returning a pointer to the wrong location on miss
diff --git a/configure.in b/configure.in
index 03793a3..3bc3e7e 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.0)
+AM_INIT_AUTOMAKE(fontconfig, 2.2.90)
dnl libtool versioning
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index a4954f6..045a36b 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 0
+#define FC_REVISION 90
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))