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, master has been updated via 14a338c7f19830a084aa411b32639f3acaa99143 (commit) from 2fbddb94b8d8be47151332ba9e9eab5475e2a669 (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 14a338c7f19830a084aa411b32639f3acaa99143 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Thu Mar 1 23:03:40 2018 +0300
configure.ac: update API and .so version to v1.18.0.0
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Reviewed-by: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org
diff --git a/configure.ac b/configure.ac index 21718f07..f9e7f73b 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], [17]) +m4_define([odpapi_major_version], [18]) 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=117:0:0 +ODP_LIBSO_VERSION=118:0:0 AC_SUBST(ODP_LIBSO_VERSION)
-ODPHELPER_LIBSO_VERSION=113:2:1 +ODPHELPER_LIBSO_VERSION=114:0:2 AC_SUBST(ODPHELPER_LIBSO_VERSION)
# Checks for programs.
-----------------------------------------------------------------------
Summary of changes: configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive