summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--doc/index.asciidoc2
-rw-r--r--meson.build4
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/index.asciidoc b/doc/index.asciidoc
index 87f07dda..47295f9b 100644
--- a/doc/index.asciidoc
+++ b/doc/index.asciidoc
@@ -77,6 +77,8 @@ Releases
[frame="topbot",grid="none",options="header,autowidth"]
!======
!Version !Date
+!6.0.0 !2021-05-20
+!6.0.0alpha1 !2020-12-04
!5.2.1 !2019-11-01
!5.2.0 !2019-10-21
!5.1.3 !2019-03-01
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')