summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2016-04-06 21:05:36 +0900
committerAkira TAGOH <akira@tagoh.org>2016-04-06 21:05:36 +0900
commit13087e38ace4f092667ab08617ced1d559f3d2e2 (patch)
tree360ecce2137bd23a26008824f064753229809de9 /configure.ac
parent0cfa146e6b41bc6b819fe0f37d0e2ff0a947eb3b (diff)
downloadfontconfig-13087e38ace4f092667ab08617ced1d559f3d2e2.tar.gz
Bump version to 2.11.952.11.95
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 246ff42..0101357 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.11.94], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig])
+AC_INIT([fontconfig], [2.11.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])])