From 7ef9fc090be792bc7be22bbcc7db0e101708788d Mon Sep 17 00:00:00 2001 From: chunseoklee Date: Mon, 22 Mar 2021 16:52:53 +0900 Subject: [PATCH] [onert] Bump to 1.15.0 (#6305) Bump up to version to 1.15.0 ONE-DCO-1.0-Signed-off-by: Chunseok Lee --- docs/conf.py | 2 +- packaging/nnfw.spec | 2 +- runtime/contrib/android/api/build.gradle | 2 +- runtime/onert/api/include/nnfw_version.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3dfeb770cf9..cb530956562 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ author = 'Samsung Research & contributors' # The full version, including alpha/beta/rc tags -release = '1.14.0' +release = '1.15.0' # -- General configuration --------------------------------------------------- diff --git a/packaging/nnfw.spec b/packaging/nnfw.spec index 08684af04bd..2eba073fdcc 100644 --- a/packaging/nnfw.spec +++ b/packaging/nnfw.spec @@ -1,6 +1,6 @@ Name: nnfw Summary: nnfw -Version: 1.14.0 +Version: 1.15.0 Release: 1 Group: Development License: Apache-2.0 and MIT and BSD-2-Clause diff --git a/runtime/contrib/android/api/build.gradle b/runtime/contrib/android/api/build.gradle index 776683c1253..8f0d61c4781 100644 --- a/runtime/contrib/android/api/build.gradle +++ b/runtime/contrib/android/api/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 26 targetSdkVersion 29 versionCode 1 - versionName "1.14.0" + versionName "1.15.0" externalNativeBuild { ndkBuild { diff --git a/runtime/onert/api/include/nnfw_version.h b/runtime/onert/api/include/nnfw_version.h index 37702799a8c..1210e274f40 100644 --- a/runtime/onert/api/include/nnfw_version.h +++ b/runtime/onert/api/include/nnfw_version.h @@ -21,6 +21,6 @@ * NNFW_VERSION is a uint32 value representing nnfw runtime version * in 0xMMmmmmPP, where MM = major, mmmm = minor, PP = patch */ -#define NNFW_VERSION 0x01000e00 +#define NNFW_VERSION 0x01000f00 #endif // __NNFW_VERSION_H__