[dpdk-dev] [PATCH] mk: show version as a decimal integer

2016-04-07 Thread Thomas Monjalon
2016-03-24 22:26, Thomas Monjalon: > In order to ease packaging support of changes in DPDK build system, > introduce a decimal integer to compare version numbers. > It does not show the minor numbers as it is not meaningful for packaging. > > Usage for DPDK 16.04: > % make showversionum > 1604 >

[dpdk-dev] [PATCH] mk: show version as a decimal integer

2016-03-24 Thread Thomas Monjalon
In order to ease packaging support of changes in DPDK build system, introduce a decimal integer to compare version numbers. It does not show the minor numbers as it is not meaningful for packaging. Usage for DPDK 16.04: % make showversionum 1604 Signed-off-by: Thomas Monjalon --- mk/rte.sdkconf