This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, next has been updated via 88e124e13900109e0d0aec1981417382f357c98a (commit) from b61de566190e19cc79531fdca737787cc359584b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 88e124e13900109e0d0aec1981417382f357c98a Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Wed Nov 8 15:50:47 2017 +0300
configure.ac: update API and .so versions
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org
diff --git a/configure.ac b/configure.ac index 4bce0534..1a96ef82 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.5]) # Set correct API version ########################################################################## m4_define([odpapi_generation_version], [1]) -m4_define([odpapi_major_version], [15]) +m4_define([odpapi_major_version], [16]) m4_define([odpapi_minor_version], [0]) m4_define([odpapi_point_version], [0]) m4_define([odpapi_version], @@ -36,10 +36,10 @@ AM_SILENT_RULES([yes]) # 3. if interfaces were removed, then use C+1:0:0 ##########################################################################
-ODP_LIBSO_VERSION=115:0:2 +ODP_LIBSO_VERSION=116:0:0 AC_SUBST(ODP_LIBSO_VERSION)
-ODPHELPER_LIBSO_VERSION=112:1:0 +ODPHELPER_LIBSO_VERSION=113:1:1 AC_SUBST(ODPHELPER_LIBSO_VERSION)
# Checks for programs.
-----------------------------------------------------------------------
Summary of changes: configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive