aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2016-08-03 11:10:25 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-08-18 15:07:00 +0300
commitab57009c2ddcc6ddeb0c180ce8800ebbf723ac8f (patch)
tree834f928e536f2989b76fd8d2d6a0e05f67fbcfd2
parent9c8ab9126181e5457f5711075b97ca9ec9a20fc8 (diff)
api: version update from 1.10.1 to 1.11.0
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Anders Roxell <anders.roxell@linaro.org>
-rw-r--r--include/odp/api/spec/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/odp/api/spec/version.h b/include/odp/api/spec/version.h
index aa3f3ab65..1ddb9cea0 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