Message ID | 1471461919-5087-1-git-send-email-maxim.uvarov@linaro.org |
---|---|
State | Accepted |
Commit | ab57009c2ddcc6ddeb0c180ce8800ebbf723ac8f |
Headers | show |
On 2016-08-17 22:25, Maxim Uvarov wrote: > Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Anders Roxell <anders.roxell@linaro.org> > --- > include/odp/api/spec/version.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/odp/api/spec/version.h b/include/odp/api/spec/version.h > index aa3f3ab..1ddb9ce 100644 > --- a/include/odp/api/spec/version.h > +++ b/include/odp/api/spec/version.h > @@ -45,7 +45,7 @@ extern "C" { > * Introduction of major new features or changes. APIs with different major > * versions are likely not backward compatible. > */ > -#define ODP_VERSION_API_MAJOR 10 > +#define ODP_VERSION_API_MAJOR 11 > > /** > * ODP API minor version > @@ -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 1 > +#define ODP_VERSION_API_MINOR 0 > > /** > * ODP API version string > -- > 2.7.1.250.gff4ea60 >
Merged both! Maxim. On 08/18/16 14:18, Anders Roxell wrote: > On 2016-08-17 22:25, Maxim Uvarov wrote: >> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> > Reviewed-by: Anders Roxell <anders.roxell@linaro.org> > >> --- >> include/odp/api/spec/version.h | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/include/odp/api/spec/version.h b/include/odp/api/spec/version.h >> index aa3f3ab..1ddb9ce 100644 >> --- a/include/odp/api/spec/version.h >> +++ b/include/odp/api/spec/version.h >> @@ -45,7 +45,7 @@ extern "C" { >> * Introduction of major new features or changes. APIs with different major >> * versions are likely not backward compatible. >> */ >> -#define ODP_VERSION_API_MAJOR 10 >> +#define ODP_VERSION_API_MAJOR 11 >> >> /** >> * ODP API minor version >> @@ -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 1 >> +#define ODP_VERSION_API_MINOR 0 >> >> /** >> * ODP API version string >> -- >> 2.7.1.250.gff4ea60 >>
diff --git a/include/odp/api/spec/version.h b/include/odp/api/spec/version.h index aa3f3ab..1ddb9ce 100644 --- a/include/odp/api/spec/version.h +++ b/include/odp/api/spec/version.h @@ -45,7 +45,7 @@ extern "C" { * Introduction of major new features or changes. APIs with different major * versions are likely not backward compatible. */ -#define ODP_VERSION_API_MAJOR 10 +#define ODP_VERSION_API_MAJOR 11 /** * ODP API minor version @@ -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 1 +#define ODP_VERSION_API_MINOR 0 /** * ODP API version string
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> --- include/odp/api/spec/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.7.1.250.gff4ea60