summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorAndrew Gregory <andrew@archlinux.org>2020-06-22 11:15:23 +0200
committerAndrew Gregory <andrew@archlinux.org>2020-06-26 07:04:50 +0200
commit5537881b2525a4f114fcf10b00413b4575a74968 (patch)
treeb45e65fb2847da4ec3842b74055da955d76a74d8 /meson.build
parent027c87ae3f7f4728b4058adb23baf7612cc5ea77 (diff)
downloadpacman-5537881b2525a4f114fcf10b00413b4575a74968.tar.gz
pacman-5537881b2525a4f114fcf10b00413b4575a74968.tar.xz
Release 5.2.2v5.2.2
Signed-off-by: Andrew Gregory <andrew@archlinux.org>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 8c296cb8..89362f25 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('pacman',
'c',
- version : '5.2.1',
+ version : '5.2.2',
license : 'GPLv2+',
default_options : [
'c_std=gnu99',
@@ -10,7 +10,7 @@ project('pacman',
],
meson_version : '>= 0.51')
-libalpm_version = '12.0.1'
+libalpm_version = '12.0.2'
cc = meson.get_compiler('c')