aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-09-10 16:33:35 +0300
committerMatias Elo <matias.elo@nokia.com>2021-09-10 17:19:58 +0300
commit406a86e0941f4daf8e25dc5b2c50ac3b18c7c3d0 (patch)
treefae6e9924b931e964d7b0e21f5b5a6a66cba67f6
parente6f92580050e8fc3ea09a10c180c3114edd0360c (diff)
linux-dpdk: increment library version number to 1.31.0.1v1.31.0.1_DPDK_19.11
Increment implementation version number to reflect the following changes: - Added implementation for the external memory pool API and related functions - Added implementation for the new packet disassemble and reassemble functions, and related packet buffer accessor functions - Added support for blacklisting/whitelisting PCI devices in config file Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8c17ba6c1..d8f9f487b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ([2.5])
m4_define([odpapi_generation_version], [1])
m4_define([odpapi_major_version], [31])
m4_define([odpapi_minor_version], [0])
-m4_define([odpapi_point_version], [0])
+m4_define([odpapi_point_version], [1])
m4_define([odpapi_version],
[odpapi_generation_version.odpapi_major_version.odpapi_minor_version.odpapi_point_version])
AC_INIT([OpenDataPlane],[odpapi_version],[odp@lists.opendataplane.org])