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 4cfe988cc6e0667928c23a4715eeac8a301396ac (commit) from 290b6f6464a81d65333657dfff7922203614748c (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 4cfe988cc6e0667928c23a4715eeac8a301396ac Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Wed Nov 30 23:32:53 2016 +0300
configure.ac update version numbers
Update numbers for .so and add short description.
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Mike Holmes mike.holmes@linaro.org
diff --git a/configure.ac b/configure.ac index b460a65..3e89b0a 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], [11]) +m4_define([odpapi_major_version], [12]) m4_define([odpapi_minor_version], [0]) m4_define([odpapi_point_version], [0]) m4_define([odpapi_version], @@ -28,12 +28,20 @@ AC_CONFIG_MACRO_DIR([m4]) AM_SILENT_RULES([yes])
########################################################################## -# Set correct platform library version +# Set platform library version +# +# Follow version rules described here: +# https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.... +# Version is Current:Revision:Age +# 1. if there are only source changes, use C:R+1:A +# 2. if interfaces were added use C+1:0:A+1 +# 3. if interfaces were removed, then use C+1:0:0 ########################################################################## -ODP_LIBSO_VERSION=111:0:0 + +ODP_LIBSO_VERSION=112:0:0 AC_SUBST(ODP_LIBSO_VERSION)
-ODPHELPER_LIBSO_VERSION=110:0:1 +ODPHELPER_LIBSO_VERSION=110:1:1 AC_SUBST(ODPHELPER_LIBSO_VERSION)
# Checks for programs.
-----------------------------------------------------------------------
Summary of changes: configure.ac | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-)
hooks/post-receive