version: 18.08-rc2

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
This commit is contained in:
Thomas Monjalon 2018-07-26 23:59:06 +02:00
parent 931cc531aa
commit 23888166d9
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ extern "C" {
* 0-15 = release candidates
* 16 = release
*/
#define RTE_VER_RELEASE 1
#define RTE_VER_RELEASE 2
/**
* Macro to compute a version number usable for comparisons

View file

@ -2,7 +2,7 @@
# Copyright(c) 2017 Intel Corporation
project('DPDK', 'C',
version: '18.08-rc1',
version: '18.08-rc2',
license: 'BSD',
default_options: ['buildtype=release', 'default_library=static'],
meson_version: '>= 0.41'