summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2015-06-02 17:33:03 +0900
committerAkira TAGOH <akira@tagoh.org>2015-06-02 17:33:03 +0900
commit1827ef7b1e0a1fba27fcdb8a021abaa8ee7782eb (patch)
treecdb7e8c39fcae9305895b5ae6fef5523a5cc558e /configure.ac
parent481a9f03a020ee53500585332786826e8c3ebd8e (diff)
downloadfontconfig-1827ef7b1e0a1fba27fcdb8a021abaa8ee7782eb.tar.gz
Bump version to 2.11.942.11.94
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 bb98804..e888f2c 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.93], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig])
+AC_INIT([fontconfig], [2.11.94], [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])])