summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Monjalon <thomas@monjalon.net>2018-04-28 00:26:04 +0200
committerThomas Monjalon <thomas@monjalon.net>2018-04-28 00:26:04 +0200
commitfcde84b5f85b3c1a5d5564299fd49c58ca20370d (patch)
tree25e5b3617af3d2853755e8a15f6622d420827dc2
parentee01f5271fcda290dffcf453a25b198c8825cda9 (diff)
version: 18.05-rc1v18.05-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 f2c899d03e..6ac552f3c9 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 cc16595cb3..79116eed6a 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# Copyright(c) 2017 Intel Corporation
project('DPDK', 'C',
- version: '18.02.0',
+ version: '18.05-rc1',
license: 'BSD',
default_options: ['buildtype=release', 'default_library=static'],
meson_version: '>= 0.41'