diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-30 17:27:56 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-30 17:27:56 -0700 |
commit | 7e270443d201adf2977e52f74e1cde596a78ca38 (patch) | |
tree | c9724bb84c4a19b10ae8898ae2e42a27b628939e | |
parent | 7d35ec8371c7744359b9b63017e3851c46ad4c16 (diff) |
showfont 1.0.6showfont-1.0.6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ecca779..bd0aa44 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,8 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([showfont], [1.0.5], - [https://gitlab.freedesktop.org/xorg/app/showfont/issues], [showfont]) +AC_INIT([showfont], [1.0.6], + [https://gitlab.freedesktop.org/xorg/app/showfont/-/issues], [showfont]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |