mbuf: fix library version on meson build
authorFerruh Yigit <ferruh.yigit@intel.com>
Mon, 15 Oct 2018 14:50:55 +0000 (15:50 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 25 Oct 2018 12:29:22 +0000 (14:29 +0200)
Fixes: d27a6261875d ("mbuf: remove control mbuf")
Cc: stable@dpdk.org
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
lib/librte_mbuf/meson.build

index 45ffb0d..94d9c4c 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-version = 3
+version = 4
 sources = files('rte_mbuf.c', 'rte_mbuf_ptype.c', 'rte_mbuf_pool_ops.c')
 headers = files('rte_mbuf.h', 'rte_mbuf_ptype.h', 'rte_mbuf_pool_ops.h')
 deps += ['mempool']