Release pacman-6.0.1

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2021-09-04 19:33:56 +10:00
parent d5e2c0a551
commit 0a6fecd072
2 changed files with 3 additions and 2 deletions

View file

@ -77,6 +77,7 @@ Releases
[frame="topbot",grid="none",options="header,autowidth"] [frame="topbot",grid="none",options="header,autowidth"]
!====== !======
!Version !Date !Version !Date
!6.0.1 !2021-09-04
!6.0.0 !2021-05-20 !6.0.0 !2021-05-20
!6.0.0alpha1 !2020-12-04 !6.0.0alpha1 !2020-12-04
!5.2.1 !2019-11-01 !5.2.1 !2019-11-01

View file

@ -1,6 +1,6 @@
project('pacman', project('pacman',
'c', 'c',
version : '6.0.0', version : '6.0.1',
license : 'GPLv2+', license : 'GPLv2+',
default_options : [ default_options : [
'c_std=gnu99', 'c_std=gnu99',
@ -10,7 +10,7 @@ project('pacman',
], ],
meson_version : '>= 0.51') meson_version : '>= 0.51')
libalpm_version = '13.0.0' libalpm_version = '13.0.1'
cc = meson.get_compiler('c') cc = meson.get_compiler('c')