From 8ce20d3754769845f0b3452b06db2e1792108ec9 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 21 Oct 2019 17:56:25 +1000 Subject: Release v5.2.0 Signed-off-by: Allan McRae --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 29f89c45..c5704efe 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('pacman', 'c', - version : '5.1.0', + version : '5.2.0', license : 'GPLv2+', default_options : [ 'c_std=gnu99', @@ -10,7 +10,7 @@ project('pacman', ], meson_version : '>= 0.51') -libalpm_version = '11.0.1' +libalpm_version = '12.0.0' cc = meson.get_compiler('c') -- cgit v1.2.3-24-g4f1b