From 8cb80afde4a9e00cfea4bed5ecf721d6577793c4 Mon Sep 17 00:00:00 2001 From: Maxim Uvarov Date: Mon, 30 Nov 2015 13:12:25 +0300 Subject: update version number from v1.4.1.0 to v1.5.0.0 Signed-off-by: Maxim Uvarov --- include/odp/api/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/odp/api/version.h') diff --git a/include/odp/api/version.h b/include/odp/api/version.h index 89121777a..58bb7ecfe 100644 --- a/include/odp/api/version.h +++ b/include/odp/api/version.h @@ -37,7 +37,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 4 +#define ODP_VERSION_API_MAJOR 5 /** * ODP API minor version @@ -46,7 +46,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 /** * Returns ODP API version string -- cgit v1.2.3