diff options
author | Akira TAGOH <akira@tagoh.org> | 2022-10-21 14:14:03 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2022-10-21 14:14:03 +0900 |
commit | c45e09df1ef235d653d56aef05012f6a3cc57979 (patch) | |
tree | 5b17f012f4a15823f934735cf5c40921416a0d6e /configure.ac | |
parent | 2b6afa02ab2b7dd3796a48cf47896c4c6de4d6ba (diff) |
Bump version to 2.14.12.14.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 2992138..60871dc 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.14.0], [https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new]) +AC_INIT([fontconfig], [2.14.1], [https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new]) AM_INIT_AUTOMAKE([1.11 parallel-tests dist-xz]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) |