summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2021-05-20 05:32:12 +0200
committerAllan McRae <allan@archlinux.org>2021-05-20 05:35:27 +0200
commit75eb3f4cd348c29f81645624428d02aa04dd3cbc (patch)
treebb8715792bf17f2c1875266a3c522f624b3f08fe /meson.build
parentb8dcb4b33cd2393f9b4a8e924699a7220fc1bd8f (diff)
downloadpacman-6.0.0.tar.gz
pacman-6.0.0.tar.xz
Release 6.0.0v6.0.0
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 46f38de6..26c92b8e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('pacman',
'c',
- version : '5.2.1',
+ version : '6.0.0',
license : 'GPLv2+',
default_options : [
'c_std=gnu99',
@@ -10,7 +10,7 @@ project('pacman',
],
meson_version : '>= 0.51')
-libalpm_version = '12.0.1'
+libalpm_version = '13.0.0'
cc = meson.get_compiler('c')