From 26f3f380950ba3067b42587f84fd78e65e3a86e9 Mon Sep 17 00:00:00 2001 From: Igor Date: Fri, 15 May 2020 12:09:09 -0400 Subject: [PATCH] Release 1.11 Fix compilation with gcc 10. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 468a550..b01ce21 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.69) -AC_INIT([package-query], [1.10], [https://github.com/archlinuxfr/package-query]) +AC_INIT([package-query], [1.11], [https://github.com/archlinuxfr/package-query]) AM_INIT_AUTOMAKE([-Wall]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/package-query.c])