diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-04 16:01:42 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-04 16:01:42 -0800 |
commit | ca7786249d4f0cb1b0ef2c3694dfb89d6c9962a9 (patch) | |
tree | 816e57386b1610fb28b3c407d77323f389d77bb8 | |
parent | c7f46ebed5d731361ce96ce0745a7b59a53f32ff (diff) |
lndir 1.0.4lndir-1.0.4
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 ccc5372..3b77443 100644 --- a/configure.ac +++ b/configure.ac @@ -22,8 +22,8 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([lndir], [1.0.3], - [https://gitlab.freedesktop.org/xorg/util/lndir/issues], [lndir]) +AC_INIT([lndir], [1.0.4], + [https://gitlab.freedesktop.org/xorg/util/lndir/-/issues], [lndir]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_USE_SYSTEM_EXTENSIONS |