version: 18.05-rc5

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
This commit is contained in:
Thomas Monjalon 2018-05-23 01:44:00 +02:00
parent d8dc42fab6
commit c9db09ff0e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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