From be6011222b52db362d2a4fdf602b4e4928b5317b Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 23 Mar 2019 22:38:50 -0500 Subject: [PATCH] pkgconf 1.6.1. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9a6090a..12fcbf0 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.1], [http://github.com/pkgconf/pkgconf/issues]) AC_CONFIG_SRCDIR([cli/main.c]) AC_CONFIG_MACRO_DIRS([m4]) AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"])