From f6564377a2b0a0dd6294fb366a3f91a31142e124 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Fri, 1 Nov 2019 10:57:09 +1000 Subject: Release 5.2.1 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 1e2a78c3..8c296cb8 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('pacman', 'c', - version : '5.2.0', + version : '5.2.1', license : 'GPLv2+', default_options : [ 'c_std=gnu99', @@ -10,7 +10,7 @@ project('pacman', ], meson_version : '>= 0.51') -libalpm_version = '12.0.0' +libalpm_version = '12.0.1' cc = meson.get_compiler('c') -- cgit v1.2.3-54-g00ecf