Re: [dpdk-dev] [PATCH 1/4] build: add single source of DPDK version number

2019-03-07 Thread David Marchand
On Thu, Mar 7, 2019 at 12:55 PM Bruce Richardson wrote: > Add a new file DPDK_VERSION to hold the current DPDK version number. > Have meson use this file for it's project version, and have make use > it for reporting out "showversion" and "showversionum". > > Signed-off-by: Bruce Richardson > --

[dpdk-dev] [PATCH 1/4] build: add single source of DPDK version number

2019-03-07 Thread Bruce Richardson
Add a new file DPDK_VERSION to hold the current DPDK version number. Have meson use this file for it's project version, and have make use it for reporting out "showversion" and "showversionum". Signed-off-by: Bruce Richardson --- DPDK_VERSION| 1 + meson.build | 2 +- mk/rte.sd