From 873e51aaae96bbb016bc7e89fbab61e422c15bad Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 22 Jan 2023 04:56:44 +0000 Subject: [PATCH] pkgconf 1.9.4. --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2c9db1c..eef9f27 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.71]) -AC_INIT([pkgconf],[1.9.3],[https://github.com/pkgconf/pkgconf/issues/new]) +AC_INIT([pkgconf],[1.9.4],[https://github.com/pkgconf/pkgconf/issues/new]) AC_CONFIG_SRCDIR([cli/main.c]) AC_CONFIG_MACRO_DIR([m4]) AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"]) diff --git a/meson.build b/meson.build index 0d42d42..a629073 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pkgconf', 'c', - version : '1.9.3', + version : '1.9.4', license : 'ISC', meson_version : '>=0.49', default_options : ['c_std=c99'],