From 413decf2b5aa16c3a3a00daaff8b7f4b4cf4c08c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 2 Mar 2024 13:57:52 -0800 Subject: gccmakedep 1.0.4 Signed-off-by: Alan Coopersmith --- README.md | 2 +- configure.ac | 5 +++-- 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 -- cgit v1.2.3