summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Monjalon <thomas@monjalon.net>2018-10-29 04:08:26 +0100
committerThomas Monjalon <thomas@monjalon.net>2018-10-29 04:08:26 +0100
commitbdbe62df10e9887039a090234288c414b0e9f35e (patch)
tree208e3bc33c220854d89d010e3abf720a2e62e546
parentcd38042429015980eef6d0d33adef5a53b704211 (diff)
version: 18.11-rc1v18.11-rc1
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 8399ebdfe7..412ed2db8a 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 0
+#define RTE_VER_RELEASE 1
/**
* Macro to compute a version number usable for comparisons
diff --git a/meson.build b/meson.build
index d64eca545b..9f626972db 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# Copyright(c) 2017 Intel Corporation
project('DPDK', 'C',
- version: '18.11.0-rc0',
+ version: '18.11.0-rc1',
license: 'BSD',
default_options: ['buildtype=release', 'default_library=static'],
meson_version: '>= 0.41'