Message ID | 20170118122340.10898-1-maxim.uvarov@linaro.org |
---|---|
State | Superseded |
Headers | show |
subject v1.13.0.0 <- extra 0 But looks good to me if that can be changed on commit On 18 January 2017 at 07:23, Maxim Uvarov <maxim.uvarov@linaro.org> wrote: > > Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Mike Holmes <mike.holmes@linaro.org> > --- > configure.ac | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 3a209597..67d60d24 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], [12]) > +m4_define([odpapi_major_version], [13]) > 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=112:0:0 > +ODP_LIBSO_VERSION=113:0:0 > AC_SUBST(ODP_LIBSO_VERSION) > > -ODPHELPER_LIBSO_VERSION=110:1:1 > +ODPHELPER_LIBSO_VERSION=111:0:2 > AC_SUBST(ODPHELPER_LIBSO_VERSION) > > # Checks for programs. > -- > 2.11.0.295.gd7dffce > -- Mike Holmes Program Manager - Linaro Networking Group Linaro.org │ Open source software for ARM SoCs "Work should be fun and collaborative, the rest follows"
On 01/18/17 16:47, Mike Holmes wrote: > subject v1.13.0.0 <- extra 0 ok, but I prefer merge changelog before that patch. Is changelog commit good for you? (I'm ok with changelog.) Maxim. > > But looks good to me if that can be changed on commit > > On 18 January 2017 at 07:23, Maxim Uvarov <maxim.uvarov@linaro.org> wrote: >> >> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> > > > Reviewed-by: Mike Holmes <mike.holmes@linaro.org> > >> --- >> configure.ac | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/configure.ac b/configure.ac >> index 3a209597..67d60d24 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], [12]) >> +m4_define([odpapi_major_version], [13]) >> 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=112:0:0 >> +ODP_LIBSO_VERSION=113:0:0 >> AC_SUBST(ODP_LIBSO_VERSION) >> >> -ODPHELPER_LIBSO_VERSION=110:1:1 >> +ODPHELPER_LIBSO_VERSION=111:0:2 >> AC_SUBST(ODPHELPER_LIBSO_VERSION) >> >> # Checks for programs. >> -- >> 2.11.0.295.gd7dffce >> > > >
Merged, Maxim. On 01/18/17 16:47, Mike Holmes wrote: > subject v1.13.0.0 <- extra 0 > > But looks good to me if that can be changed on commit > thanks. > On 18 January 2017 at 07:23, Maxim Uvarov <maxim.uvarov@linaro.org> wrote: >> >> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> > > > Reviewed-by: Mike Holmes <mike.holmes@linaro.org> > >> --- >> configure.ac | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/configure.ac b/configure.ac >> index 3a209597..67d60d24 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], [12]) >> +m4_define([odpapi_major_version], [13]) >> 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=112:0:0 >> +ODP_LIBSO_VERSION=113:0:0 >> AC_SUBST(ODP_LIBSO_VERSION) >> >> -ODPHELPER_LIBSO_VERSION=110:1:1 >> +ODPHELPER_LIBSO_VERSION=111:0:2 >> AC_SUBST(ODPHELPER_LIBSO_VERSION) >> >> # Checks for programs. >> -- >> 2.11.0.295.gd7dffce >> > > >
diff --git a/configure.ac b/configure.ac index 3a209597..67d60d24 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], [12]) +m4_define([odpapi_major_version], [13]) 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=112:0:0 +ODP_LIBSO_VERSION=113:0:0 AC_SUBST(ODP_LIBSO_VERSION) -ODPHELPER_LIBSO_VERSION=110:1:1 +ODPHELPER_LIBSO_VERSION=111:0:2 AC_SUBST(ODPHELPER_LIBSO_VERSION) # Checks for programs.
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 2.11.0.295.gd7dffce