summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2016-06-15 20:10:38 +0900
committerAkira TAGOH <akira@tagoh.org>2016-06-15 20:10:38 +0900
commit505712d1dcc52d410aa37cd2cffbc4ceb5048656 (patch)
tree93870974d97845a39aa43262d1c673d2a679d9de /configure.ac
parentadd5f7329f2c54304c203e818f38867de3c1e292 (diff)
downloadfontconfig-505712d1dcc52d410aa37cd2cffbc4ceb5048656.tar.gz
Bump version to 2.12.02.12.0
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 0101357..f8dadf1 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.95], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig])
+AC_INIT([fontconfig], [2.12.0], [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])])