Bump version to 2.10.95 2.10.95
authorAkira TAGOH <akira@tagoh.org>
Sat, 31 Aug 2013 01:50:07 +0000 (10:50 +0900)
committerAkira TAGOH <akira@tagoh.org>
Sat, 31 Aug 2013 01:50:07 +0000 (10:50 +0900)
README
configure.ac
fontconfig/fontconfig.h

diff --git a/README b/README
index abaf506..06f862b 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,18 @@
                               Fontconfig
              Font configuration and customization library
-                      Version 2.10.94 (2.11 RC4)
-                              2013-08-29
+                      Version 2.10.95 (2.11 RC5)
+                              2013-08-31
 
 
 Check INSTALL for compilation and installation instructions.
 Report bugs to https://bugs.freedesktop.org in the fontconfig module.
 
+2.10.95 (2.11 RC5)
+
+Akira TAGOH (2):
+      Fix a typo
+      Fix a crash
+
 2.10.94 (2.11 RC4)
 
 Akira TAGOH (25):
index 12d4149..952e737 100644 (file)
@@ -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
-AC_INIT([fontconfig], [2.10.94], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig])
+AC_INIT([fontconfig], [2.10.95], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig])
 AM_INIT_AUTOMAKE([1.11 parallel-tests dist-bzip2])
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
index 9a66702..079177d 100644 (file)
@@ -52,7 +52,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       10
-#define FC_REVISION    94
+#define FC_REVISION    95
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))