summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2012-07-27 11:22:14 +0900
committerAkira TAGOH <akira@tagoh.org>2012-07-27 11:22:14 +0900
commitcbfbd4041d4209b5da36746d68fe7aac7645eea5 (patch)
treedbf4f0ccd54dc3670845fa36ab4268c84ab9e92e
parentb7287a91fedc8b3ba2f566a17e4c5a00222ca76e (diff)
Bump version to 2.10.12.10.1
-rw-r--r--README8
-rw-r--r--configure.ac2
-rw-r--r--fontconfig/fontconfig.h2
3 files changed, 9 insertions, 3 deletions
diff --git a/README b/README
index 624ffa4..02f4f27 100644
--- a/README
+++ b/README
@@ -1,12 +1,18 @@
Fontconfig
Font configuration and customization library
- Version 2.10.0
+ Version 2.10.1
2012-03-11
Check INSTALL for compilation and installation instructions.
Report bugs to https://bugs.freedesktop.org in the fontconfig module.
+2.10.1
+
+Akira TAGOH (2):
+ Fix a typo in fontconfig.pc
+ Install config files first
+
2.10.0
Akira TAGOH (5):
diff --git a/configure.ac b/configure.ac
index 8aa3d6b..4de2d08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,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.10.0)
+AM_INIT_AUTOMAKE(fontconfig, 2.10.1)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
dnl libtool versioning
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index 41af470..d3aeaf3 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -52,7 +52,7 @@ typedef int FcBool;
#define FC_MAJOR 2
#define FC_MINOR 10
-#define FC_REVISION 0
+#define FC_REVISION 1
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))