diff mbox

[MONARCH,PATCHv3,1/2] api: version update from 1.10.1 to 1.11.0

Message ID 1471461919-5087-1-git-send-email-maxim.uvarov@linaro.org
State Accepted
Commit ab57009c2ddcc6ddeb0c180ce8800ebbf723ac8f
Headers show

Commit Message

Maxim Uvarov Aug. 17, 2016, 7:25 p.m. UTC
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

Comments

Anders Roxell Aug. 18, 2016, 11:18 a.m. UTC | #1
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

>
Maxim Uvarov Aug. 18, 2016, 12:25 p.m. UTC | #2
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 mbox

Patch

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