X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_mbuf%2Fmeson.build;h=e37da02509e2379a0da182b6e8aa9a4fa11cdb28;hb=5d3f72100904b5a2fc6b240e1cc10f1c2dd02267;hp=94d9c4c96275cd4667cf655471f8d7bd33812ff3;hpb=c712b0132645eff71bbc11fb18659c5775c1d3d7;p=dpdk.git diff --git a/lib/librte_mbuf/meson.build b/lib/librte_mbuf/meson.build index 94d9c4c962..e37da02509 100644 --- a/lib/librte_mbuf/meson.build +++ b/lib/librte_mbuf/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -version = 4 +version = 5 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']