Re: [dpdk-dev] [PATCH] build: get version number from header file

2018-08-31 Thread Thomas Monjalon
31/08/2018 16:24, Bruce Richardson: > On Fri, Aug 31, 2018 at 03:10:42PM +0100, Luca Boccassi wrote: > > On Fri, 2018-08-31 at 15:51 +0200, Thomas Monjalon wrote: > > > The header file rte_version.h should be the unique place > > > to define the version number. > > > The makefile command "showversi

Re: [dpdk-dev] [PATCH] build: get version number from header file

2018-08-31 Thread Bruce Richardson
On Fri, Aug 31, 2018 at 03:10:42PM +0100, Luca Boccassi wrote: > On Fri, 2018-08-31 at 15:51 +0200, Thomas Monjalon wrote: > > The header file rte_version.h should be the unique place > > to define the version number. > > The makefile command "showversion" makes it accessible, > > and it is used to

Re: [dpdk-dev] [PATCH] build: get version number from header file

2018-08-31 Thread Luca Boccassi
On Fri, 2018-08-31 at 15:51 +0200, Thomas Monjalon wrote: > The header file rte_version.h should be the unique place > to define the version number. > The makefile command "showversion" makes it accessible, > and it is used to set the meson project version with an external > command. > > Signed-of

[dpdk-dev] [PATCH] build: get version number from header file

2018-08-31 Thread Thomas Monjalon
The header file rte_version.h should be the unique place to define the version number. The makefile command "showversion" makes it accessible, and it is used to set the meson project version with an external command. Signed-off-by: Thomas Monjalon --- I don't know how to check easily the meson v