[dpdk-dev] version: 17.05-rc0

Message ID 1487328140-6146-1-git-send-email-thomas.monjalon@6wind.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Thomas Monjalon Feb. 17, 2017, 10:42 a.m. UTC
  Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 lib/librte_eal/common/include/rte_version.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Bruce Richardson Feb. 17, 2017, 10:59 a.m. UTC | #1
On Fri, Feb 17, 2017 at 11:42:20AM +0100, Thomas Monjalon wrote:
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Acked-by: Bruce Richardson <bruce.richardson@intel.com>
  
Ferruh Yigit Feb. 17, 2017, 11:15 a.m. UTC | #2
On 2/17/2017 10:59 AM, Bruce Richardson wrote:
> On Fri, Feb 17, 2017 at 11:42:20AM +0100, Thomas Monjalon wrote:
>> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> 
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Hi Thomas,

What do you think about tagging -rc0 releases?

I find it useful for "git describe" output, but not sure if it bloats
ref list.

Thanks,
ferruh
  
Thomas Monjalon Feb. 17, 2017, 11:18 a.m. UTC | #3
2017-02-17 10:59, Bruce Richardson:
> On Fri, Feb 17, 2017 at 11:42:20AM +0100, Thomas Monjalon wrote:
> > Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> 
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied, let's start the 17.05 cycle :)
  
Thomas Monjalon Feb. 17, 2017, 11:20 a.m. UTC | #4
2017-02-17 11:15, Ferruh Yigit:
> What do you think about tagging -rc0 releases?
> 
> I find it useful for "git describe" output, but not sure if it bloats
> ref list.

You're right, it could be useful for "git describe".
Unfortunately it would create a snapshot in the cgit view:
	http://dpdk.org/browse/dpdk/refs/
  

Patch

diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h
index 979b6c3..c84c748 100644
--- a/lib/librte_eal/common/include/rte_version.h
+++ b/lib/librte_eal/common/include/rte_version.h
@@ -61,7 +61,7 @@  extern "C" {
 /**
  * Minor version/month number i.e. the mm in yy.mm.z
  */
-#define RTE_VER_MONTH 2
+#define RTE_VER_MONTH 5
 
 /**
  * Patch level number i.e. the z in yy.mm.z
@@ -71,14 +71,14 @@  extern "C" {
 /**
  * Extra string to be appended to version number
  */
-#define RTE_VER_SUFFIX ""
+#define RTE_VER_SUFFIX "-rc"
 
 /**
  * Patch release number
  *   0-15 = release candidates
  *   16   = release
  */
-#define RTE_VER_RELEASE 16
+#define RTE_VER_RELEASE 0
 
 /**
  * Macro to compute a version number usable for comparisons