From e4971e9507f989d68c97a92edd1e6e1881ad1d55 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 16 Mar 2019 16:39:07 -0700 Subject: makedepend 1.0.6 Signed-off-by: Alan Coopersmith --- README.md | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dad6209..ba02cbc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ makedepend - create dependencies in makefiles --------------------------------------------- +makedepend parses C sources to make dependency lists for Makefiles. + All questions regarding this software should be directed at the Xorg mailing list: diff --git a/configure.ac b/configure.ac index a4e2e59..6379d78 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([makedepend], [1.0.5], +AC_INIT([makedepend], [1.0.6], [https://gitlab.freedesktop.org/xorg/util/makedepend/issues]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([makedepend-config.h]) -- cgit v1.2.3