From 4b25bb63c1760c34571bfc2272b7b32f2ffeb4c8 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Tue, 20 Feb 2024 10:55:03 +1000 Subject: [PATCH] Update meson.build for release Signed-off-by: Allan McRae --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 84154bc2..79fc3eff 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('pacman', 'c', - version : '6.0.1', + version : '6.1.0', license : 'GPLv2+', default_options : [ 'c_std=gnu99', @@ -10,7 +10,7 @@ project('pacman', ], meson_version : '>= 0.56') -libalpm_version = '13.0.1' +libalpm_version = '14.0.0' cc = meson.get_compiler('c')