eal: fix symbol map version number
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 1 Mar 2016 07:45:38 +0000 (08:45 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 3 Mar 2016 10:36:32 +0000 (11:36 +0100)
The version 2.3 has been renamed 16.04.

Fixes: 6d7de6d2e357 ("version: switch to year.month numbers")

Reported-by: Panu Matilainen <pmatilai@redhat.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/bsdapp/eal/rte_eal_version.map
lib/librte_eal/linuxapp/eal/rte_eal_version.map

index 127abaa..0c24223 100644 (file)
@@ -138,7 +138,7 @@ DPDK_2.2 {
 
 } DPDK_2.1;
 
-DPDK_2.3 {
+DPDK_16.04 {
        global:
 
        rte_cpu_get_flag_name;
index f61ec48..4aa9de7 100644 (file)
@@ -141,7 +141,7 @@ DPDK_2.2 {
 
 } DPDK_2.1;
 
-DPDK_2.3 {
+DPDK_16.04 {
        global:
 
        rte_cpu_get_flag_name;