summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2018-08-30 17:20:15 +0900
committerAkira TAGOH <akira@tagoh.org>2018-08-30 17:20:15 +0900
commit844d8709a1f3ecab45015b24b72dd775c13b2421 (patch)
tree95805f56960218626615c967e2b41c92b21cad16 /configure.ac
parente62b92231874c1a6c3e2ab9e1019a95db22ea08f (diff)
downloadfontconfig-844d8709a1f3ecab45015b24b72dd775c13b2421.tar.gz
Bump version to 2.13.12.13.1
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 11d1556..fb8af46 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.0], [https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new])
+AC_INIT([fontconfig], [2.13.1], [https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new])
AM_INIT_AUTOMAKE([1.11 parallel-tests dist-bzip2])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])