From 7baac775945ce26f4740158656965f095dc4dbda Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Wed, 2 May 2018 23:12:16 +0200 Subject: [PATCH] version: 18.05-rc2 Signed-off-by: Thomas Monjalon --- lib/librte_eal/common/include/rte_version.h | 2 +- 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 6ac552f3c9..9605835d1d 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 79116eed6a..f99f072ce3 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # Copyright(c) 2017 Intel Corporation project('DPDK', 'C', - version: '18.05-rc1', + version: '18.05-rc2', license: 'BSD', default_options: ['buildtype=release', 'default_library=static'], meson_version: '>= 0.41' -- 2.20.1