aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--include/odp/api/spec/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a12f984f5..3851ebd47 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:0:1
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 6220f3776..aa3f3ab65 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