From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: show version as a decimal integer Date: Thu, 07 Apr 2016 23:09:55 +0200 Message-ID: <9069651.L5pFm9X3M4@xps13> References: <1458854772-20704-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 073682BA8 for ; Thu, 7 Apr 2016 23:09:58 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id 191so104529309wmq.0 for ; Thu, 07 Apr 2016 14:09:58 -0700 (PDT) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id c128sm31803021wma.11.2016.04.07.14.09.56 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 07 Apr 2016 14:09:57 -0700 (PDT) In-Reply-To: <1458854772-20704-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-03-24 22:26, Thomas Monjalon: > In order to ease packaging support of changes in DPDK build system, > introduce a decimal integer to compare version numbers. > It does not show the minor numbers as it is not meaningful for packaging. > > Usage for DPDK 16.04: > % make showversionum > 1604 > > Signed-off-by: Thomas Monjalon Applied