summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Monjalon <thomas@monjalon.net>2018-11-25 21:19:19 +0100
committerThomas Monjalon <thomas@monjalon.net>2018-11-25 21:19:19 +0100
commit6cff3183c2035fe90e18e59c1ea3c0304116a4de (patch)
tree5ea77a9d9119c28aa9e817d324d15095494d6a60
parent161419983da296f329039e15b88e11ea31b15702 (diff)
version: 18.11-rc5v18.11-rc5
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 45b8943047..4cbff4f342 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 1547e91870..3a49f405a8 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# Copyright(c) 2017 Intel Corporation
project('DPDK', 'C',
- version: '18.11.0-rc4',
+ version: '18.11.0-rc5',
license: 'BSD',
default_options: ['buildtype=release', 'default_library=static'],
meson_version: '>= 0.41'