diff options
Diffstat (limited to 'app/fonttosfnt/configure.ac')
-rw-r--r-- | app/fonttosfnt/configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/fonttosfnt/configure.ac b/app/fonttosfnt/configure.ac index dfd39677e..255550b76 100644 --- a/app/fonttosfnt/configure.ac +++ b/app/fonttosfnt/configure.ac @@ -23,8 +23,9 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT(fonttosfnt, [1.2.3], - [https://gitlab.freedesktop.org/xorg/app/fonttosfnt/issues], fonttosfnt) +AC_INIT(fonttosfnt, [1.2.4], + [https://gitlab.freedesktop.org/xorg/app/fonttosfnt/-/issues], + [fonttosfnt]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |