diff options
author | Akira TAGOH <akira@tagoh.org> | 2017-05-31 20:10:00 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2017-05-31 20:10:00 +0900 |
commit | 690f822a1b26b089d86e9843746cab80f3c07fe3 (patch) | |
tree | 9ea11b50ebb8445b16be4da3a2303c90906c29a5 /configure.ac | |
parent | d33be230293978ad3f94b184f2c2770c108269c2 (diff) |
Bump version to 2.12.32.12.3
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 d5b1410f..15633ec1 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.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig]) +AC_INIT([fontconfig], [2.12.3], [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])]) |