From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44])
 by dpdk.org (Postfix) with ESMTP id 155D8214A
 for <dev@dpdk.org>; Wed, 10 Feb 2016 22:50:56 +0100 (CET)
Received: by mail-wm0-f44.google.com with SMTP id g62so45348550wme.0
 for <dev@dpdk.org>; Wed, 10 Feb 2016 13:50:56 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=KfNuhkNLtH7+G3xN95pHOSNPTkVy39go2AO5YmgPgP0=;
 b=AQLNJDvgTrpz8jKPnBVJPPSPAcJGnvovI/VFgSF7y7HdbrZ5fGodgK33Eh0AZMlv1T
 1R/acU+GXf4dph2w2bgQ7vQOf+lTMX+0pYVvoRfuFnh78hhd1qytnG1vJ9dOebTPWeOB
 RRfgWyA5Ieqw7kzI24l7+jSNvZqSzB8/deVxSe78V3JcXJ4wzpB+vieldx8hloP6qD/V
 GTBCogx+x7K0iFRPsShGyLfwcg0VOnUQazpo51GT5j4q37fVylp9jmJUcfiHM2sgcSoo
 oDv9Jhk6VRZBHIil8IRxQL2adbDOSipycHIagD4Q8HQbbvb5eAoXyMaCdezn9r7goWP6
 fEdw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=KfNuhkNLtH7+G3xN95pHOSNPTkVy39go2AO5YmgPgP0=;
 b=mlZfNsNuC/C810YNUi5RXvmPTjnKBOsOauUrrsd9dzcVjf9IkdSmmJFQNioS+gjlKy
 cqVHKCicLulN3YFtJHdSzc3UNzRa0h0A/9r/QODm5YlIhHROItgzKGwPrl3ctzQ4TXKE
 76HymhBOCi+YaOvodD+pR1vxvMXPQL9A3G7Gy9m9LyoZCKfi+atfzVKa6Qq9JB3FUJKM
 ulhC32EmpCyWMc8p6ziNbPzYpG9KZJbCwM6W1YyTHE3y8jue0iNMj5Ulv8mVm6GjXKCG
 1u6ycNSPAHIn1pNdn8xOGmzzFv2PoLdD7Rh5W3KYTuT+VgEeI9CgjrWYBZ7L4P0H/AQR
 rMng==
X-Gm-Message-State: AG10YOSeu1G7jzKS7kI7qpBoW6ssAlnWYspqcTl1JGI6RTwINTwxgU20C5Gqhn5qJ8aIRKS3
X-Received: by 10.28.216.211 with SMTP id p202mr14032258wmg.84.1455141055857; 
 Wed, 10 Feb 2016 13:50:55 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id x186sm24010607wmg.19.2016.02.10.13.50.54
 (version=TLSv1/SSLv3 cipher=OTHER);
 Wed, 10 Feb 2016 13:50:54 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: John McNamara <john.mcnamara@intel.com>
Date: Wed, 10 Feb 2016 22:49:28 +0100
Message-ID: <2150178.I9FhyFL2Qv@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1455123732-1705-1-git-send-email-john.mcnamara@intel.com>
References: <1450704384-9986-1-git-send-email-bruce.richardson@intel.com>
 <1455123732-1705-1-git-send-email-john.mcnamara@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v3 1/2] version: switch to year/month version
	numbers
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 10 Feb 2016 21:50:56 -0000

2016-02-10 17:02, John McNamara:
> From: "Richardson, Bruce" <bruce.richardson@intel.com>
> 
> As discussed on list, switch numbering scheme to be based on year/month.
> Release 2.3 then becomes 16.04.
> 
>     Ref: http://dpdk.org/ml/archives/dev/2015-December/030336.html
> 
> Also, added zero padding to the month so that it appear as 16.04 and
> not 16.4 in "make showversion" and rte_version().
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> Signed-off-by: John McNamara <john.mcnamara@intel.com>

Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Series applied, thanks