diff mbox series

[v1,1/1] configure.ac: update API and .so version to v1.18.0.0

Message ID 1519938016-23905-2-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v1,1/1] configure.ac: update API and .so version to v1.18.0.0 | expand

Commit Message

Github ODP bot March 1, 2018, 9 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
/** Email created from pull request 506 (muvarov:devel/version_update)
 ** https://github.com/Linaro/odp/pull/506
 ** Patch: https://github.com/Linaro/odp/pull/506.patch
 ** Base sha: 284f52d72ec19df3774c7409780f1f9eea33b8e6
 ** Merge commit sha: fe63442dd2e2b37035a25b8dfa826ba60eb4bd29
 **/
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/configure.ac b/configure.ac
index 21718f07b..567837c2e 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=118:0:0
 AC_SUBST(ODPHELPER_LIBSO_VERSION)
 
 # Checks for programs.