From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Rybchenko Subject: [PATCH 12/13] ethdev: fix library version in meson build Date: Tue, 20 Mar 2018 11:26:26 +0000 Message-ID: <1521545187-27096-13-git-send-email-arybchenko@solarflare.com> References: <1521545187-27096-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain Cc: Bruce Richardson To: Return-path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.52]) by dpdk.org (Postfix) with ESMTP id D12C87CF1 for ; Tue, 20 Mar 2018 12:27:03 +0100 (CET) In-Reply-To: <1521545187-27096-1-git-send-email-arybchenko@solarflare.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fixes: 701ac75666b9 ("ethdev: remove versioning of ethdev filter control function") Signed-off-by: Andrew Rybchenko --- lib/librte_ether/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_ether/meson.build b/lib/librte_ether/meson.build index 7fed860..12bdb6b 100644 --- a/lib/librte_ether/meson.build +++ b/lib/librte_ether/meson.build @@ -2,7 +2,7 @@ # Copyright(c) 2017 Intel Corporation name = 'ethdev' -version = 8 +version = 9 allow_experimental_apis = true sources = files('ethdev_profile.c', 'rte_ethdev.c', -- 2.7.4