Skip to content

Commit

Permalink
Release 1.11
Browse files Browse the repository at this point in the history
Fix compilation with gcc 10.
  • Loading branch information
f2404 committed May 15, 2020
1 parent bfe9765 commit 26f3f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 26f3f38

Please sign in to comment.