diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-22 10:41:20 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-22 10:41:20 -0800 |
commit | eee69c3f26f8e5d7f97599185d8d009f7fd76a7c (patch) | |
tree | a26622b6d8d92de66b95ad7e095751f8db4eadc2 | |
parent | da8ac70de2bb45092574084d89272e07c75796e2 (diff) |
font-util 1.4.0font-util-1.4.0
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 68515c6..c554ec6 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([font-util], [1.3.3], - [https://gitlab.freedesktop.org/xorg/font/util/issues], [font-util]) +AC_INIT([font-util], [1.4.0], + [https://gitlab.freedesktop.org/xorg/font/util/-/issues], [font-util]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |