summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Monjalon <thomas@monjalon.net>2019-01-15 03:08:43 +0100
committerThomas Monjalon <thomas@monjalon.net>2019-01-15 03:08:43 +0100
commit05853e1784ab004a42451aebcbde22e0c732122a (patch)
tree1cdff5a0dd3963da600d5ea9f1de59f54c815f57
parent10b4270fff20287c5613d88a7ae5521dcbb44463 (diff)
version: 19.02-rc2v19.02-rc2
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 093a7a32b3..317bb4a481 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 1
+#define RTE_VER_RELEASE 2
/**
* Macro to compute a version number usable for comparisons
diff --git a/meson.build b/meson.build
index 617e885897..dac8d20bb2 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# Copyright(c) 2017 Intel Corporation
project('DPDK', 'C',
- version: '19.02.0-rc1',
+ version: '19.02.0-rc2',
license: 'BSD',
default_options: ['buildtype=release', 'default_library=static'],
meson_version: '>= 0.41'