From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 91F0C23D for ; Mon, 26 Nov 2018 18:18:18 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3250920A4D; Mon, 26 Nov 2018 12:18:18 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 26 Nov 2018 12:18:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:mime-version :content-transfer-encoding; s=mesmtp; bh=Ul8P+QDrA2sEmmOuvhsnMD9 lCLl2+zGtmWbAG7G8TA0=; b=MEze5+yA9QONa54vu78VFA8m2CbcAktMDiR4FZQ op2Eb6GAyb9pAYwWXIFe3VJWUKr2ZLoplyklaP7U6O0BbweBk5Pg8oO2MPoOnIJd 5YrLBiV5HkEzigh63ZxOg9InJVoQdTTj4rCKJ0pqakHCseB2Z4NVapJ/dqrWqKuD tccU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=Ul8P+QDrA2sEmmOuv hsnMD9lCLl2+zGtmWbAG7G8TA0=; b=g9OBrcif2PA3teAoROPwc6kEFLbFvnTr1 8CbE7WgAT5S1VdeKo/FVTfMA502YHH5nh29dDfS7IakoolsPfJ3O5Vw9wQpT2g5H 0dIizLOP9pKv0XI7by4LAGhAZIw0xo9HEguf1ilsCvPp9RrpNpaJ8ayfsd15/CuW 7ac8+PtIxwT86hgsLuDd0ZFjF5Vq13vMS+xrd2U9z8wPoKNPm7Hn6NXVZIFKbisY Xuazujd0VbObPyoBHzQ/rVYCO4Tvokpb+mjwU81/bIZYQYt1SXPJvafxArFcQE15 880nLkwzc/gmx3WI4VgiuZmIOGs19V2/6uy4sTtvzbjq1LKaTcPUg== X-ME-Sender: X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 2E55A102DE for ; Mon, 26 Nov 2018 12:18:17 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 26 Nov 2018 18:18:07 +0100 Message-Id: <20181126171807.12317-1-thomas@monjalon.net> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] version: 18.11.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2018 17:18:18 -0000 Signed-off-by: Thomas Monjalon --- lib/librte_eal/common/include/rte_version.h | 4 ++-- meson.build | 2 +- pkg/dpdk.spec | 2 +- 3 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 4cbff4f34..f01c227f5 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -42,14 +42,14 @@ extern "C" { /** * Extra string to be appended to version number */ -#define RTE_VER_SUFFIX "-rc" +#define RTE_VER_SUFFIX "" /** * Patch release number * 0-15 = release candidates * 16 = release */ -#define RTE_VER_RELEASE 5 +#define RTE_VER_RELEASE 16 /** * Macro to compute a version number usable for comparisons diff --git a/meson.build b/meson.build index 3a49f405a..4122be83d 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # Copyright(c) 2017 Intel Corporation project('DPDK', 'C', - version: '18.11.0-rc5', + version: '18.11.0', license: 'BSD', default_options: ['buildtype=release', 'default_library=static'], meson_version: '>= 0.41' diff --git a/pkg/dpdk.spec b/pkg/dpdk.spec index 4fd927b31..b98bd916d 100644 --- a/pkg/dpdk.spec +++ b/pkg/dpdk.spec @@ -2,7 +2,7 @@ # Copyright 2014 6WIND S.A. Name: dpdk -Version: 18.08 +Version: 18.11 Release: 1 Packager: packaging@6wind.com URL: http://dpdk.org -- 2.19.0