diff mbox series

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

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

Commit Message

Github ODP bot March 2, 2018, 4 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: cb400906ef0e1a59d5844bfb686e816b6d47ca25
 ** Merge commit sha: 66d280273a53b5ca0e62bda6938dea42bc95d9e4
 **/
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

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