Message ID | 1465901160-10212-1-git-send-email-maxim.uvarov@linaro.org |
---|---|
State | Superseded |
Headers | show |
On 14 June 2016 at 12:46, Maxim Uvarov <maxim.uvarov@linaro.org> wrote: > Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> > --- > configure.ac | 2 +- > include/odp/api/spec/version.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configure.ac b/configure.ac > index a12f984..3e06885 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -12,7 +12,7 @@ AM_SILENT_RULES([yes]) > ########################################################################## > # Set correct platform library version > ########################################################################## > -ODP_LIBSO_VERSION=110:0:0 > +ODP_LIBSO_VERSION=110:1:0 I think It should be 110:0:1, see [1] Cheers, Anders [1] https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html > AC_SUBST(ODP_LIBSO_VERSION) > > # Checks for programs. > diff --git a/include/odp/api/spec/version.h b/include/odp/api/spec/version.h > index 6220f37..aa3f3ab 100644 > --- a/include/odp/api/spec/version.h > +++ b/include/odp/api/spec/version.h > @@ -54,7 +54,7 @@ extern "C" { > * to the API. For an API with common generation and major version, but with > * different minor numbers the two versions are backward compatible. > */ > -#define ODP_VERSION_API_MINOR 0 > +#define ODP_VERSION_API_MINOR 1 > > /** > * ODP API version string > -- > 2.7.1.250.gff4ea60 > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > https://lists.linaro.org/mailman/listinfo/lng-odp
On 06/14/16 13:57, Anders Roxell wrote: > On 14 June 2016 at 12:46, Maxim Uvarov <maxim.uvarov@linaro.org> wrote: >> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> >> --- >> configure.ac | 2 +- >> include/odp/api/spec/version.h | 2 +- >> 2 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/configure.ac b/configure.ac >> index a12f984..3e06885 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -12,7 +12,7 @@ AM_SILENT_RULES([yes]) >> ########################################################################## >> # Set correct platform library version >> ########################################################################## >> -ODP_LIBSO_VERSION=110:0:0 >> +ODP_LIBSO_VERSION=110:1:0 > I think It should be 110:0:1, see [1] > > > Cheers, > Anders > [1] https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html Ok it looks we go to number 5 under your link: 5. If any interfaces have been added since the last public release, then increment age. Will send v2. Maxim. >> AC_SUBST(ODP_LIBSO_VERSION) >> >> # Checks for programs. >> diff --git a/include/odp/api/spec/version.h b/include/odp/api/spec/version.h >> index 6220f37..aa3f3ab 100644 >> --- a/include/odp/api/spec/version.h >> +++ b/include/odp/api/spec/version.h >> @@ -54,7 +54,7 @@ extern "C" { >> * to the API. For an API with common generation and major version, but with >> * different minor numbers the two versions are backward compatible. >> */ >> -#define ODP_VERSION_API_MINOR 0 >> +#define ODP_VERSION_API_MINOR 1 >> >> /** >> * ODP API version string >> -- >> 2.7.1.250.gff4ea60 >> >> _______________________________________________ >> lng-odp mailing list >> lng-odp@lists.linaro.org >> https://lists.linaro.org/mailman/listinfo/lng-odp
diff --git a/configure.ac b/configure.ac index a12f984..3e06885 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_SILENT_RULES([yes]) ########################################################################## # Set correct platform library version ########################################################################## -ODP_LIBSO_VERSION=110:0:0 +ODP_LIBSO_VERSION=110:1:0 AC_SUBST(ODP_LIBSO_VERSION) # Checks for programs. diff --git a/include/odp/api/spec/version.h b/include/odp/api/spec/version.h index 6220f37..aa3f3ab 100644 --- a/include/odp/api/spec/version.h +++ b/include/odp/api/spec/version.h @@ -54,7 +54,7 @@ extern "C" { * to the API. For an API with common generation and major version, but with * different minor numbers the two versions are backward compatible. */ -#define ODP_VERSION_API_MINOR 0 +#define ODP_VERSION_API_MINOR 1 /** * ODP API version string
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> --- configure.ac | 2 +- include/odp/api/spec/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)