summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-09-08 11:45:26 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-09-08 11:45:26 -0400
commitb322eb4d7a90778dc9f08c73036836deba7e463e (patch)
tree5c665c9b13e8ebd63776f5c0fe801b91c6d38b9a
parentafc845d930877ac62f6d5a5f50ea87b5182d0a4a (diff)
Bump version to 2.7.32.7.3
-rw-r--r--README14
-rw-r--r--configure.in2
-rw-r--r--fontconfig/fontconfig.h2
3 files changed, 14 insertions, 4 deletions
diff --git a/README b/README
index f97b39e..4ea9147 100644
--- a/README
+++ b/README
@@ -1,12 +1,22 @@
Fontconfig
Font configuration and customization library
- Version 2.7.2
- 2009-08-31
+ Version 2.7.3
+ 2009-09-08
Check INSTALL for compilation and installation instructions.
Report bugs to https://bugs.freedesktop.org in the fontconfig module.
+2.7.3
+
+Behdad Esfahbod (2):
+ Use default config in FcFileScan() and FcDirScan()
+ Bump libtool version in preparation for release
+
+Roozbeh Pournader (2):
+ Correct Ewe (ee) orthography to use U+025B (bug #20711)
+ Updated Arabic, Persian, and Urdu orthographies
+
2.7.2
Behdad Esfahbod (6):
diff --git a/configure.in b/configure.in
index 928f7a7..750a19b 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.7.2)
+AM_INIT_AUTOMAKE(fontconfig, 2.7.3)
AM_MAINTAINER_MODE
dnl libtool versioning
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index 24a5070..a0f8de5 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -53,7 +53,7 @@ typedef int FcBool;
#define FC_MAJOR 2
#define FC_MINOR 7
-#define FC_REVISION 2
+#define FC_REVISION 3
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))