table: fix library version in meson build

Fixes: 5b9656b157d3 ("lib: build with meson")
Cc: stable@dpdk.org

Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
Andrew Rybchenko 2018-03-20 11:26:25 +00:00 committed by Thomas Monjalon
parent 6c9e21a996
commit 14cfdf428d

View File

@ -1,7 +1,7 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
version = 2
version = 3
sources = files('rte_table_lpm.c', 'rte_table_lpm_ipv6.c',
'rte_table_hash_cuckoo.c', 'rte_table_hash_key8.c',
'rte_table_hash_key16.c', 'rte_table_hash_key32.c',