summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2019-11-01 10:57:09 +1000
committerAllan McRae <allan@archlinux.org>2019-11-01 10:57:09 +1000
commitf6564377a2b0a0dd6294fb366a3f91a31142e124 (patch)
treef92f79072a35017083a8f475df29977a07b5ee8b /meson.build
parentc9613f3a0ac0ecc3e7c3f99913eee1b49bf2bab1 (diff)
downloadpacman-f6564377a2b0a0dd6294fb366a3f91a31142e124.tar.gz
pacman-f6564377a2b0a0dd6294fb366a3f91a31142e124.zip
Release 5.2.1v5.2.1
Signed-off-by: Allan McRae <allan@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 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')