On 2016-08-17 22:25, Maxim Uvarov wrote: > Signed-off-by: Maxim Uvarov <[email protected]>
Reviewed-by: Anders Roxell <[email protected]> > --- > 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 >
