summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Monjalon <thomas@monjalon.net>2018-11-14 05:05:29 +0100
committerThomas Monjalon <thomas@monjalon.net>2018-11-14 05:05:29 +0100
commit3e42b6ce06a1901b1ab631df4484ec8f548091c6 (patch)
treef7b349012231726c54fedd6c19f9cbf8234a4458
parentbf14ce5315465e9eb8eb72614b0bca74dc6576e9 (diff)
version: 18.11-rc3v18.11-rc3
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 80c516d303..fc26e97a19 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 2
+#define RTE_VER_RELEASE 3
/**
* Macro to compute a version number usable for comparisons
diff --git a/meson.build b/meson.build
index 6d25b90f03..a72237e126 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# Copyright(c) 2017 Intel Corporation
project('DPDK', 'C',
- version: '18.11.0-rc2',
+ version: '18.11.0-rc3',
license: 'BSD',
default_options: ['buildtype=release', 'default_library=static'],
meson_version: '>= 0.41'