Skip to content

Commit

Permalink
pkgconf 1.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniini committed May 31, 2020
1 parent 40726b1 commit aca0674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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.7.2], [https://todo.sr.ht/~kaniini/pkgconf])
AC_INIT([pkgconf], [1.7.3], [https://todo.sr.ht/~kaniini/pkgconf])
AC_CONFIG_SRCDIR([cli/main.c])
AC_CONFIG_MACRO_DIR([m4])
AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,5 +1,5 @@
project('pkgconf', 'c',
version : '1.7.2',
version : '1.7.3',
license : 'ISC',
meson_version : '>=0.47')

Expand Down

0 comments on commit aca0674

Please sign in to comment.