From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id BD49B3DE for ; Mon, 12 May 2014 21:42:06 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 12 May 2014 12:42:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,1037,1389772800"; d="scan'208";a="539127141" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga002.jf.intel.com with ESMTP; 12 May 2014 12:41:54 -0700 Received: from irsmsx106.ger.corp.intel.com (163.33.3.31) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.123.3; Mon, 12 May 2014 20:41:54 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.183]) by IRSMSX106.ger.corp.intel.com ([169.254.8.28]) with mapi id 14.03.0123.003; Mon, 12 May 2014 20:41:53 +0100 From: "Richardson, Bruce" To: Thomas Monjalon , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] version: 1.7.0-rc0 Thread-Index: AQHPbednszEPo5serEi8IvSBJgfmi5s9WGxw Date: Mon, 12 May 2014 19:41:53 +0000 Message-ID: <59AF69C657FD0841A61C55336867B5B01AA17C8D@IRSMSX103.ger.corp.intel.com> References: <1399901509-9804-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1399901509-9804-1-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] version: 1.7.0-rc0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 19:42:07 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, May 12, 2014 2:32 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] version: 1.7.0-rc0 >=20 > Start development cycle for version 1.7.0. >=20 > This new development workflow introduces a new versioning scheme. > Instead of having releases r0, r1, r2, etc, there will be release candida= tes. Last > number has special meanings: > < 16 numbers are reserved for release candidates (RTE_VER_SUFFIX is -rc) > 16 is reserved for the release (RTE_VER_SUFFIX must be unset) > > 16 numbers can be used locally (RTE_VER_SUFFIX must be set) >=20 > Signed-off-by: Thomas Monjalon > --- > lib/librte_eal/common/include/rte_version.h | 55 +++++++++++++++++------= ---- > -- > mk/rte.sdkconfig.mk | 13 +++++-- > 2 files changed, 42 insertions(+), 26 deletions(-) Acked-by: Bruce Richardson