From d77631afb151d95252b8f4a303569dd91c295874 Mon Sep 17 00:00:00 2001 From: Hyeongseok Oh Date: Thu, 4 Jan 2024 18:42:02 +0900 Subject: [PATCH] [runtime] Update runtime version to 1.27.0 (#12404) This commit updates runtime version to 1.27.0. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh --- 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 f2baf47c252..fddcab37f6c 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.26.0' +release = '1.27.0' # -- General configuration --------------------------------------------------- diff --git a/packaging/nnfw.spec b/packaging/nnfw.spec index 29c32b49441..8e1a487744e 100644 --- a/packaging/nnfw.spec +++ b/packaging/nnfw.spec @@ -1,6 +1,6 @@ Name: nnfw Summary: nnfw -Version: 1.26.0 +Version: 1.27.0 Release: 1 Group: Development License: Apache-2.0 and MIT and BSD-2-Clause and MPL-2.0 diff --git a/runtime/contrib/android/api/build.gradle b/runtime/contrib/android/api/build.gradle index 7d7a81ff786..46f49d140ad 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.26.0" + versionName "1.27.0" externalNativeBuild { ndkBuild { diff --git a/runtime/onert/api/include/nnfw_version.h b/runtime/onert/api/include/nnfw_version.h index dcaeacb0037..dc5ef3b195e 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 0x01001a00 +#define NNFW_VERSION 0x01001b00 #endif // __NNFW_VERSION_H__