summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2022-02-04 17:19:27 +0900
committerAkira TAGOH <akira@tagoh.org>2022-02-04 17:19:27 +0900
commitd37f97223a4715176c0889e91685dc796457e25f (patch)
tree7b081340c7e50b98f18d84ca791c278ad8f41841 /configure.ac
parentf07b4cd5471b687b8c060da098d7366907bff03f (diff)
downloadfontconfig-d37f97223a4715176c0889e91685dc796457e25f.tar.gz
Bump version to 2.13.962.13.96
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 7d96fa5..26b974a 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.13.95], [https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new])
+AC_INIT([fontconfig], [2.13.96], [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])])