build: use same version as make showversion in meson
make showversion will print 18.11.0-rc0 but Meson sets 18.11-rc0, causing among other things a difference in the generated documentation. Fixes: 76b9d9de5c7d ("version: 18.11-rc0") Signed-off-by: Luca Boccassi <bluca@debian.org> Acked-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
parent
98d0538796
commit
282628a231
@ -2,7 +2,7 @@
|
||||
# Copyright(c) 2017 Intel Corporation
|
||||
|
||||
project('DPDK', 'C',
|
||||
version: '18.11-rc0',
|
||||
version: '18.11.0-rc0',
|
||||
license: 'BSD',
|
||||
default_options: ['buildtype=release', 'default_library=static'],
|
||||
meson_version: '>= 0.41'
|
||||
|
Loading…
x
Reference in New Issue
Block a user