summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
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])