diff options
| author | Thomas Monjalon <[email protected]> | 2018-05-23 01:44:00 +0200 |
|---|---|---|
| committer | Thomas Monjalon <[email protected]> | 2018-05-23 01:44:00 +0200 |
| commit | c9db09ff0eef82cd85a4b5ffe1d7e9efc3907317 (patch) | |
| tree | 7fb7b79a26558addd7562f955393f74fca100d7c | |
| parent | d8dc42fab62b96a6fe55087d7b9c091603ae17c3 (diff) | |
version: 18.05-rc5v18.05-rc5
Signed-off-by: Thomas Monjalon <[email protected]>
| -rw-r--r-- | lib/librte_eal/common/include/rte_version.h | 2 | ||||
| -rw-r--r-- | meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index aeefeaeded..52e7e1a18a 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -49,7 +49,7 @@ extern "C" { * 0-15 = release candidates * 16 = release */ -#define RTE_VER_RELEASE 4 +#define RTE_VER_RELEASE 5 /** * Macro to compute a version number usable for comparisons diff --git a/meson.build b/meson.build index 15f71fb05f..eeb9c66cb5 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # Copyright(c) 2017 Intel Corporation project('DPDK', 'C', - version: '18.05-rc4', + version: '18.05-rc5', license: 'BSD', default_options: ['buildtype=release', 'default_library=static'], meson_version: '>= 0.41' |
