aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_mbuf/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_mbuf/meson.build')
-rw-r--r--lib/librte_mbuf/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_mbuf/meson.build b/lib/librte_mbuf/meson.build
index 45ffb0db..94d9c4c9 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 = 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']