summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2022-02-01 14:25:45 +0900
committerAkira TAGOH <akira@tagoh.org>2022-02-01 14:25:45 +0900
commit53fa8a380152801f8a142a271f0458fb5b6f8381 (patch)
treea5dc569e79eea934bc27189df1f81de5e12b34e0 /configure.ac
parent875878efb7ddd57303b75320b4ea10ee2b9cf370 (diff)
downloadfontconfig-53fa8a380152801f8a142a271f0458fb5b6f8381.tar.gz
Bump version to 2.13.952.13.95
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 433db7b..7d96fa5 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.94], [https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new])
+AC_INIT([fontconfig], [2.13.95], [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])])