Update meson.build for release
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
1c536abef6
commit
4b25bb63c1
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
project('pacman',
|
project('pacman',
|
||||||
'c',
|
'c',
|
||||||
version : '6.0.1',
|
version : '6.1.0',
|
||||||
license : 'GPLv2+',
|
license : 'GPLv2+',
|
||||||
default_options : [
|
default_options : [
|
||||||
'c_std=gnu99',
|
'c_std=gnu99',
|
||||||
|
@ -10,7 +10,7 @@ project('pacman',
|
||||||
],
|
],
|
||||||
meson_version : '>= 0.56')
|
meson_version : '>= 0.56')
|
||||||
|
|
||||||
libalpm_version = '13.0.1'
|
libalpm_version = '14.0.0'
|
||||||
|
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue