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, monarch_lts has been updated via 01fc389137187cabd79a9e87319cd6c462cc6015 (commit) via ab57009c2ddcc6ddeb0c180ce8800ebbf723ac8f (commit) from 9c8ab9126181e5457f5711075b97ca9ec9a20fc8 (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 01fc389137187cabd79a9e87319cd6c462cc6015 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Wed Aug 3 11:34:32 2016 +0300
configure.ac update version
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Anders Roxell anders.roxell@linaro.org
diff --git a/configure.ac b/configure.ac index c0eb207..48fe0be 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_SILENT_RULES([yes]) ########################################################################## # Set correct platform library version ########################################################################## -ODP_LIBSO_VERSION=110:0:1 +ODP_LIBSO_VERSION=111:0:0 AC_SUBST(ODP_LIBSO_VERSION)
ODPHELPER_LIBSO_VERSION=110:0:1
commit ab57009c2ddcc6ddeb0c180ce8800ebbf723ac8f Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Wed Aug 3 11:10:25 2016 +0300
api: version update from 1.10.1 to 1.11.0
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Anders Roxell anders.roxell@linaro.org
diff --git a/include/odp/api/spec/version.h b/include/odp/api/spec/version.h index aa3f3ab..1ddb9ce 100644 --- a/include/odp/api/spec/version.h +++ b/include/odp/api/spec/version.h @@ -45,7 +45,7 @@ extern "C" { * Introduction of major new features or changes. APIs with different major * versions are likely not backward compatible. */ -#define ODP_VERSION_API_MAJOR 10 +#define ODP_VERSION_API_MAJOR 11
/** * ODP API minor version @@ -54,7 +54,7 @@ extern "C" { * to the API. For an API with common generation and major version, but with * different minor numbers the two versions are backward compatible. */ -#define ODP_VERSION_API_MINOR 1 +#define ODP_VERSION_API_MINOR 0
/** * ODP API version string
-----------------------------------------------------------------------
Summary of changes: configure.ac | 2 +- include/odp/api/spec/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive