summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
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 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')