ethdev: fix library version in meson build

Fixes: 653e038efc ("ethdev: remove versioning of filter control function")

Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
This commit is contained in:
Andrew Rybchenko 2018-03-20 11:26:26 +00:00 committed by Ferruh Yigit
parent 436125e641
commit 553af25720

View File

@ -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',