version: 19.02-rc3
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
This commit is contained in:
parent
99f16073b2
commit
84a1d4a873
@ -49,7 +49,7 @@ extern "C" {
|
||||
* 0-15 = release candidates
|
||||
* 16 = release
|
||||
*/
|
||||
#define RTE_VER_RELEASE 2
|
||||
#define RTE_VER_RELEASE 3
|
||||
|
||||
/**
|
||||
* Macro to compute a version number usable for comparisons
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Copyright(c) 2017 Intel Corporation
|
||||
|
||||
project('DPDK', 'C',
|
||||
version: '19.02.0-rc2',
|
||||
version: '19.02.0-rc3',
|
||||
license: 'BSD',
|
||||
default_options: ['buildtype=release', 'default_library=static'],
|
||||
meson_version: '>= 0.41'
|
||||
|
Loading…
Reference in New Issue
Block a user