Update meson versions for release
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
dd20586baf
commit
1099fc2ecf
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
project('pacman',
|
project('pacman',
|
||||||
'c',
|
'c',
|
||||||
version : '6.1.0',
|
version : '7.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.61')
|
meson_version : '>= 0.61')
|
||||||
|
|
||||||
libalpm_version = '14.0.0'
|
libalpm_version = '15.0.0'
|
||||||
|
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue