diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-03-02 13:57:52 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-03-02 13:57:52 -0800 |
commit | 413decf2b5aa16c3a3a00daaff8b7f4b4cf4c08c (patch) | |
tree | 69044dad2b14e018129a1e48c446e072ad37e378 | |
parent | 51837aae6cdd59ef2730a00b9542f43019a8c452 (diff) |
gccmakedep 1.0.4HEADgccmakedep-1.0.4master
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | configure.ac | 5 |
2 files changed, 4 insertions, 3 deletions
@@ -9,7 +9,7 @@ Xorg mailing list: https://lists.x.org/mailman/listinfo/xorg -The master development code repository can be found at: +The primary development code repository can be found at: https://gitlab.freedesktop.org/xorg/util/gccmakedep diff --git a/configure.ac b/configure.ac index 3a604c4..fce68d5 100644 --- a/configure.ac +++ b/configure.ac @@ -22,8 +22,9 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([gccmakedep],[1.0.3], - [https://gitlab.freedesktop.org/xorg/util/gccmakedep/issues],[gccmakedep]) +AC_INIT([gccmakedep], [1.0.4], + [https://gitlab.freedesktop.org/xorg/util/gccmakedep/-/issues], + [gccmakedep]) AC_CONFIG_SRCDIR([Makefile.am]) # Initialize Automake |