Release 6.0.0
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
b8dcb4b33c
commit
75eb3f4cd3
2 changed files with 4 additions and 2 deletions
|
@ -77,6 +77,8 @@ Releases
|
||||||
[frame="topbot",grid="none",options="header,autowidth"]
|
[frame="topbot",grid="none",options="header,autowidth"]
|
||||||
!======
|
!======
|
||||||
!Version !Date
|
!Version !Date
|
||||||
|
!6.0.0 !2021-05-20
|
||||||
|
!6.0.0alpha1 !2020-12-04
|
||||||
!5.2.1 !2019-11-01
|
!5.2.1 !2019-11-01
|
||||||
!5.2.0 !2019-10-21
|
!5.2.0 !2019-10-21
|
||||||
!5.1.3 !2019-03-01
|
!5.1.3 !2019-03-01
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
project('pacman',
|
project('pacman',
|
||||||
'c',
|
'c',
|
||||||
version : '5.2.1',
|
version : '6.0.0',
|
||||||
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 = '12.0.1'
|
libalpm_version = '13.0.0'
|
||||||
|
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue