On Wed, Mar 1, 2017 at 8:37 AM, Maxim Uvarov <[email protected]> wrote:
> Signed-off-by: Maxim Uvarov <[email protected]> > Reviewed-by: Bill Fischofer <[email protected]> > --- > abi change report is here: > > http://people.linaro.org/~maxim.uvarov/ > > > configure.ac | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/configure.ac b/configure.ac > index d344e6ad..1f9e5cfa 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], [13]) > +m4_define([odpapi_major_version], [14]) > m4_define([odpapi_minor_version], [0]) > m4_define([odpapi_point_version], [0]) > m4_define([odpapi_version], > @@ -38,10 +38,10 @@ AM_SILENT_RULES([yes]) > # 3. if interfaces were removed, then use C+1:0:0 > ############################################################ > ############## > > -ODP_LIBSO_VERSION=113:0:0 > +ODP_LIBSO_VERSION=114:0:1 > AC_SUBST(ODP_LIBSO_VERSION) > > -ODPHELPER_LIBSO_VERSION=111:0:2 > +ODPHELPER_LIBSO_VERSION=112:0:0 > AC_SUBST(ODPHELPER_LIBSO_VERSION) > > # Checks for programs. > -- > 2.11.0.295.gd7dffce > >
