summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-03-02 13:57:52 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-03-02 13:57:52 -0800
commit413decf2b5aa16c3a3a00daaff8b7f4b4cf4c08c (patch)
tree69044dad2b14e018129a1e48c446e072ad37e378
parent51837aae6cdd59ef2730a00b9542f43019a8c452 (diff)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md2
-rw-r--r--configure.ac5
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index eff0a14..15dcf62 100644
--- a/README.md
+++ b/README.md
@@ -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