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 3c5cc8070d3bc8b7429f0410de6ef3009ff6a28f (commit) from 4665f6d2987fb26ad006cb56b02b3ef4c170f371 (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 3c5cc8070d3bc8b7429f0410de6ef3009ff6a28f Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Thu Mar 8 23:49:26 2018 +0300
configure.ac: update version to v1.18.0.1
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org
diff --git a/configure.ac b/configure.ac index 08086d44..904e8197 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.5]) m4_define([odpapi_generation_version], [1]) m4_define([odpapi_major_version], [18]) m4_define([odpapi_minor_version], [0]) -m4_define([odpapi_point_version], [0]) +m4_define([odpapi_point_version], [1]) m4_define([odpapi_version], [odpapi_generation_version.odpapi_major_version.odpapi_minor_version.odpapi_point_version]) AC_INIT([OpenDataPlane],[odpapi_version],[lng-odp@lists.linaro.org])
-----------------------------------------------------------------------
Summary of changes: configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive