Update the issue tracker URL

This commit is contained in:
Akira TAGOH 2018-08-28 19:22:11 +09:00
parent ddeec818cc
commit 0ce32973c8
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -5,7 +5,7 @@
Check INSTALL for compilation and installation instructions.
Report bugs to https://bugs.freedesktop.org in the fontconfig module.
Report bugs to https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new.
2.13

View File

@ -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://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig])
AC_INIT([fontconfig], [2.13.0], [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])])