summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNicolas Braud-Santoni <nicoo@debian.org>2019-07-12 14:11:23 +0200
committerNicolas Braud-Santoni <nicoo@debian.org>2019-07-12 14:11:23 +0200
commit643f4cb12606ea5fda575f6bd5bbbba72d3a0dbb (patch)
tree7514f58b3c60877dcb41321a6c5169be1b155d95 /configure.ac
parentdb930918e24314a673f8c588cb3bba318bca95fe (diff)
New upstream version 1.6.3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9a6090a..b6096ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ dnl implied. In no event shall the authors be liable for any damages arising
dnl from the use of this software.
AC_PREREQ([2.68])
-AC_INIT([pkgconf], [1.6.0], [http://github.com/pkgconf/pkgconf/issues])
+AC_INIT([pkgconf], [1.6.3], [https://todo.sr.ht/~kaniini/pkgconf])
AC_CONFIG_SRCDIR([cli/main.c])
AC_CONFIG_MACRO_DIRS([m4])
AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"])