summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2017-12-14 15:44:20 +0900
committerAkira TAGOH <akira@tagoh.org>2017-12-14 15:44:20 +0900
commitbad64a7e1f84c982da1f86f45faa10426dfce654 (patch)
tree35ec050a8e5c5f15eb67c42f9514f9c5f48ed080 /configure.ac
parent1f84aa196d0ed2dae6176e0137eaae4449a6ca7c (diff)
downloadfontconfig-bad64a7e1f84c982da1f86f45faa10426dfce654.tar.gz
Bump version to 2.12.912.12.91
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 6bb8b6a..874d827 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.12.6], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig])
+AC_INIT([fontconfig], [2.12.91], [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])])