summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Monjalon <thomas@monjalon.net>2018-05-15 22:38:39 +0200
committerThomas Monjalon <thomas@monjalon.net>2018-05-15 22:38:39 +0200
commit08b7521c352952e4abe8cd6ed9e5e5084d5cfa9a (patch)
treeddd0769150636beb60e6880ac3a01d6f853779fb
parent03803462f0b2301e5fb2cd3cb3c4cc2673f748ff (diff)
version: 18.05-rc4v18.05-rc4
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 5057d41e5e..aeefeaeded 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 3
+#define RTE_VER_RELEASE 4
/**
* Macro to compute a version number usable for comparisons
diff --git a/meson.build b/meson.build
index 0db242c00c..15f71fb05f 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# Copyright(c) 2017 Intel Corporation
project('DPDK', 'C',
- version: '18.05-rc3',
+ version: '18.05-rc4',
license: 'BSD',
default_options: ['buildtype=release', 'default_library=static'],
meson_version: '>= 0.41'