aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2022-10-03 12:52:04 +1000
committerAllan McRae <allan@archlinux.org>2022-10-03 12:52:04 +1000
commitc2d4568d35173f92c17b6b93222bc101a63c9928 (patch)
treeec2cf59017a7d2ee32e5a9f33ffaba809fd7566c
parent8c61170ca4f026058183e1e279e406e1b5f88b9d (diff)
Release v6.0.2v6.0.2
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--doc/index.asciidoc1
-rw-r--r--meson.build4
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/index.asciidoc b/doc/index.asciidoc
index 0d18f3a3..debeddfc 100644
--- a/doc/index.asciidoc
+++ b/doc/index.asciidoc
@@ -77,6 +77,7 @@ Releases
[frame="topbot",grid="none",options="header,autowidth"]
!======
!Version !Date
+!6.0.2 !2022-10-03
!6.0.1 !2021-09-04
!6.0.0 !2021-05-20
!6.0.0alpha1 !2020-12-04
diff --git a/meson.build b/meson.build
index f02b660c..37523b01 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('pacman',
'c',
- version : '6.0.1',
+ version : '6.0.2',
license : 'GPLv2+',
default_options : [
'c_std=gnu99',
@@ -10,7 +10,7 @@ project('pacman',
],
meson_version : '>= 0.51')
-libalpm_version = '13.0.1'
+libalpm_version = '13.0.2'
cc = meson.get_compiler('c')