diff mbox series

[v2,1/1] configure.ac: update API and .so versions

Message ID 1510160409-12428-2-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v2,1/1] configure.ac: update API and .so versions | expand

Commit Message

Github ODP bot Nov. 8, 2017, 5 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


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

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

Patch

diff --git a/configure.ac b/configure.ac
index 4bce0534b..1a96ef828 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], [15])
+m4_define([odpapi_major_version], [16])
 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=115:0:2
+ODP_LIBSO_VERSION=116:0:0
 AC_SUBST(ODP_LIBSO_VERSION)
 
-ODPHELPER_LIBSO_VERSION=112:1:0
+ODPHELPER_LIBSO_VERSION=113:1:1
 AC_SUBST(ODPHELPER_LIBSO_VERSION)
 
 # Checks for programs.