diff options
author | Thomas Monjalon <thomas@monjalon.net> | 2018-07-26 23:59:06 +0200 |
---|---|---|
committer | Thomas Monjalon <thomas@monjalon.net> | 2018-07-26 23:59:06 +0200 |
commit | 23888166d99682b1491a917277e4ff0ff01639b2 (patch) | |
tree | fdbdad49b9ef1d466fbced3b77d98a972ca55fc5 | |
parent | 931cc531aad239a016949c5bc436334e6348e65e (diff) | |
download | dpdk-18.08-rc2.zip dpdk-18.08-rc2.tar.gz dpdk-18.08-rc2.tar.xz |
version: 18.08-rc2v18.08-rc2
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
-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 ee6571d..9f4dd2a 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 1 +#define RTE_VER_RELEASE 2 /** * Macro to compute a version number usable for comparisons diff --git a/meson.build b/meson.build index 82b0542..fb0a768 100644 --- a/meson.build +++ b/meson.build @@ -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' |