summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Monjalon <thomas@monjalon.net>2018-05-28 03:29:40 +0200
committerThomas Monjalon <thomas@monjalon.net>2018-05-28 03:29:40 +0200
commit830410b2657d2af0f5a4422139d715c04fc54419 (patch)
tree9cc4ad3d0980dd1ea24c311e040df073f7d3ad29
parentc0a0d40a870bc1131f914db572d6d4069c02af2e (diff)
version: 18.05-rc6v18.05-rc6
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
-rw-r--r--lib/librte_eal/common/include/rte_version.h2
-rw-r--r--meson.build2
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 52e7e1a18a..c1d735204e 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 5
+#define RTE_VER_RELEASE 6
/**
* Macro to compute a version number usable for comparisons
diff --git a/meson.build b/meson.build
index eeb9c66cb5..29a7257f72 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# Copyright(c) 2017 Intel Corporation
project('DPDK', 'C',
- version: '18.05-rc5',
+ version: '18.05-rc6',
license: 'BSD',
default_options: ['buildtype=release', 'default_library=static'],
meson_version: '>= 0.41'