diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-28 19:28:57 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-28 19:28:57 -0700 |
commit | d62a9e49c6b83f05c5692bbe4b80c485d08ecfd3 (patch) | |
tree | 2a923562bb36c1a2def17d31622d4e8872661278 | |
parent | 542a6dd61ce334924494af2fcf8a4613ef86aace (diff) |
makedepend 1.0.7makedepend-1.0.7
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 853601e..761cbe4 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([makedepend], [1.0.6], - [https://gitlab.freedesktop.org/xorg/util/makedepend/issues]) +AC_INIT([makedepend], [1.0.7], + [https://gitlab.freedesktop.org/xorg/util/makedepend/-/issues]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([makedepend-config.h]) |