aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-07-14 11:10:42 +0300
committerMatias Elo <matias.elo@nokia.com>2022-07-14 17:34:40 +0300
commitaca79b03168b462c7197a02dae08f815f2f975a4 (patch)
tree845bd69316e241e4a48343384203407c8a1248f2 /configure.ac
parent4466c46fb265d550fde88dc94554021da5de5fd0 (diff)
api: increment ODP API version to 1.37.2
Increment API version number to reflect the following changes: Backward compatible: - cpumask: allow usage of NULL pointer with odp_cpumask_default_worker() and odp_cpumask_default_control() calls - cpumask: clarify odp_cpumask_default_worker() and odp_cpumask_default_control() specifications - pktio: specify that interfaces that support promiscuous mode set operation have promiscuous mode disabled by default - pool: add new statistics counters for reading per thread pool cache usage - stash: add odp_stash_print() function for printing implementation specific debug information to the ODP log - stash: add statistics counters to stash API Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c25270627..85974ae2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.5])
##########################################################################
m4_define([odp_version_generation], [1])
m4_define([odp_version_major], [37])
-m4_define([odp_version_minor], [1])
+m4_define([odp_version_minor], [2])
m4_define([odp_version_patch], [0])
m4_define([odp_version_api],