summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Monjalon <thomas@monjalon.net>2019-01-28 02:36:47 +0100
committerThomas Monjalon <thomas@monjalon.net>2019-01-28 02:53:53 +0100
commita2f9c0d417e3417e2858f2446b08ea27d962b056 (patch)
treeeacf5cb1d68912a750b1f9be73083d7fe6e2d732
parent653a71e59b74f5b576466a2ca2c5235506609431 (diff)
version: 19.02-rc4v19.02-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 dfaa08b8a6..8e7f392098 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 68429f8501..5f7a3196a1 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# Copyright(c) 2017 Intel Corporation
project('DPDK', 'C',
- version: '19.02.0-rc3',
+ version: '19.02.0-rc4',
license: 'BSD',
default_options: ['buildtype=release', 'default_library=static'],
meson_version: '>= 0.41'