summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Monjalon <thomas@monjalon.net>2019-01-20 22:39:20 +0100
committerThomas Monjalon <thomas@monjalon.net>2019-01-20 22:39:20 +0100
commit84a1d4a873634f53cc6e3555dc78ca611bbc3458 (patch)
treee2b48ba566d46e56611cf363af1cee33bbca9892
parent99f16073b2a3d9881aa8fabe24c62834d902afda (diff)
version: 19.02-rc3v19.02-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 317bb4a481..dfaa08b8a6 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 dac8d20bb2..fcc30aba78 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# Copyright(c) 2017 Intel Corporation
project('DPDK', 'C',
- version: '19.02.0-rc2',
+ version: '19.02.0-rc3',
license: 'BSD',
default_options: ['buildtype=release', 'default_library=static'],
meson_version: '>= 0.41'