diff options
author | Akira TAGOH <akira@tagoh.org> | 2016-08-05 14:47:02 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2016-08-05 14:47:02 +0900 |
commit | 6b222c52cdede497ffed629853f947948052dfc7 (patch) | |
tree | 99215c309cee9e03f6b7f9a0665e2a8ce2286e70 /configure.ac | |
parent | 68869149e36ae546ec428f345a552a6ad093e953 (diff) |
Bump version to 2.12.12.12.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a048ba65..49488162 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.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig]) +AC_INIT([fontconfig], [2.12.1], [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])]) |