diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-03 13:46:02 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-03 13:46:02 -0800 |
commit | a70254dac5e63fbe4f8aa89433189a613a509e1f (patch) | |
tree | 1cc5152d55723d297e27250bdcb9af37a7067fd2 /configure.ac | |
parent | 09834f092c6fb5ac4945bfd1b7b5bb228e42e04d (diff) |
xfd 1.1.4xfd-1.1.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 602b9ca..6dfc2ec 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([xfd],[1.1.3], - [https://gitlab.freedesktop.org/xorg/app/xfd/issues], [xfd]) +AC_INIT([xfd], [1.1.4], + [https://gitlab.freedesktop.org/xorg/app/xfd/-/issues], [xfd]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |