DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] version: 18.08-rc0
@ 2018-06-01 11:07 Thomas Monjalon
  2018-06-04 20:48 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2018-06-01 11:07 UTC (permalink / raw)
  To: dev

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---

The new release cycle is open, and it will be a short one!

Please consider reviewing your peers, and contribute to respect
the release schedule.

If you think some patches are already ready for integration in master,
please notify me.

Note that changes with big impact (renames or core features)
are preferred to be integrated early in the cycle.

Thanks for your attention

---
 lib/librte_eal/common/include/rte_version.h | 6 +++---
 meson.build                                 | 2 +-
 2 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 6e2a23624..8eb58c462 100644
--- a/lib/librte_eal/common/include/rte_version.h
+++ b/lib/librte_eal/common/include/rte_version.h
@@ -32,7 +32,7 @@ extern "C" {
 /**
  * Minor version/month number i.e. the mm in yy.mm.z
  */
-#define RTE_VER_MONTH 05
+#define RTE_VER_MONTH 8
 
 /**
  * Patch level number i.e. the z in yy.mm.z
@@ -42,14 +42,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
diff --git a/meson.build b/meson.build
index 5b2234f09..a1c91279a 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 project('DPDK', 'C',
-	version: '18.05.0',
+	version: '18.08-rc0',
 	license: 'BSD',
 	default_options: ['buildtype=release', 'default_library=static'],
 	meson_version: '>= 0.41'
-- 
2.17.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] version: 18.08-rc0
  2018-06-01 11:07 [dpdk-dev] [PATCH] version: 18.08-rc0 Thomas Monjalon
@ 2018-06-04 20:48 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-06-04 20:48 UTC (permalink / raw)
  To: dev

01/06/2018 13:07, Thomas Monjalon:
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Applied


> ---
> 
> The new release cycle is open, and it will be a short one!
> 
> Please consider reviewing your peers, and contribute to respect
> the release schedule.
> 
> If you think some patches are already ready for integration in master,
> please notify me.
> 
> Note that changes with big impact (renames or core features)
> are preferred to be integrated early in the cycle.
> 
> Thanks for your attention

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-04 20:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-01 11:07 [dpdk-dev] [PATCH] version: 18.08-rc0 Thomas Monjalon
2018-06-04 20:48 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).