[dpdk-dev] [dpdk-techboard] [PATCH] version: 18.05.0

Hemant Agrawal hemant.agrawal at nxp.com
Wed May 30 16:09:38 CEST 2018


HI Thomas,
	
-----Original Message-----
From: techboard [mailto:techboard-bounces at dpdk.org] On Behalf Of Thomas Monjalon
Sent: Wednesday, May 30, 2018 7:34 PM
To: dev at dpdk.org
Cc: techboard at dpdk.org
Subject: [dpdk-techboard] [PATCH] version: 18.05.0

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
 lib/librte_eal/common/include/rte_version.h | 4 ++--
 meson.build                                 | 2 +-
 pkg/dpdk.spec                               | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h
index c1d735204..6e2a23624 100644
--- a/lib/librte_eal/common/include/rte_version.h
+++ b/lib/librte_eal/common/include/rte_version.h
@@ -42,14 +42,14 @@ extern "C" {
 /**
  * Extra string to be appended to version number
  */
-#define RTE_VER_SUFFIX "-rc"
+#define RTE_VER_SUFFIX ""
 
 /**
  * Patch release number
  *   0-15 = release candidates
  *   16   = release
  */
-#define RTE_VER_RELEASE 6
+#define RTE_VER_RELEASE 16
 
 /**
  * Macro to compute a version number usable for comparisons diff --git a/meson.build b/meson.build index 29a7257f7..5b2234f09 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 project('DPDK', 'C',
-	version: '18.05-rc6',
+	version: '18.05.0',
 	license: 'BSD',
 	default_options: ['buildtype=release', 'default_library=static'],
 	meson_version: '>= 0.41'
diff --git a/pkg/dpdk.spec b/pkg/dpdk.spec index 23dec98f4..bba69dd13 100644
--- a/pkg/dpdk.spec
+++ b/pkg/dpdk.spec
@@ -2,7 +2,7 @@
 # Copyright 2014 6WIND S.A.
 
 Name: dpdk
-Version: 18.02
+Version: 18.05
 Release: 1
 Packager: packaging at 6wind.com
 URL: https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdpdk.org&data=02%7C01%7Chemant.agrawal%40nxp.com%7C48615abe3db24f0c85b808d5c6363c53%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636632858604736852&sdata=mqnW8I%2BcLE7DFhPYZLWj1d5VBlTREvx5cntvW4HUUZA%3D&reserved=0

[Hemant]  Just wondering, if you think that packager should be changed to dpdk.org?

Otherwise
Acked

--
2.16.2



More information about the dev mailing list