From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] eal: fix symbol map version number Date: Tue, 1 Mar 2016 08:57:38 +0100 Message-ID: <1456819058-31431-1-git-send-email-thomas.monjalon@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 85B992A6C for ; Tue, 1 Mar 2016 08:59:18 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id l68so23394834wml.0 for ; Mon, 29 Feb 2016 23:59:18 -0800 (PST) Received: from XPS13.localdomain (180.20.90.92.rev.sfr.net. [92.90.20.180]) by smtp.gmail.com with ESMTPSA id s66sm20098188wmb.6.2016.02.29.23.59.16 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 29 Feb 2016 23:59:17 -0800 (PST) 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" The version 2.3 has been renamed 16.04. Fixes: 6d7de6d2e357 ("version: switch to year.month numbers") Reported-by: Panu Matilainen Signed-off-by: Thomas Monjalon --- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 2 +- lib/librte_eal/linuxapp/eal/rte_eal_version.map | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_eal/bsdapp/eal/rte_eal_version.map b/lib/librte_eal/bsdapp/eal/rte_eal_version.map index 127abaa..0c24223 100644 --- a/lib/librte_eal/bsdapp/eal/rte_eal_version.map +++ b/lib/librte_eal/bsdapp/eal/rte_eal_version.map @@ -138,7 +138,7 @@ DPDK_2.2 { } DPDK_2.1; -DPDK_2.3 { +DPDK_16.04 { global: rte_cpu_get_flag_name; diff --git a/lib/librte_eal/linuxapp/eal/rte_eal_version.map b/lib/librte_eal/linuxapp/eal/rte_eal_version.map index f61ec48..4aa9de7 100644 --- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map +++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map @@ -141,7 +141,7 @@ DPDK_2.2 { } DPDK_2.1; -DPDK_2.3 { +DPDK_16.04 { global: rte_cpu_get_flag_name; -- 2.7.0