mempool: fix library version in meson build
authorAndrew Rybchenko <arybchenko@solarflare.com>
Tue, 20 Mar 2018 11:26:23 +0000 (11:26 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 27 Mar 2018 22:07:35 +0000 (00:07 +0200)
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>
lib/librte_mempool/meson.build

index 7a4f3da..712720f 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-version = 2
+version = 3
 sources = files('rte_mempool.c', 'rte_mempool_ops.c')
 headers = files('rte_mempool.h')
 deps += ['ring']