From 6b94fa31a81d7b9733667a31266096275f0dc9a8 Mon Sep 17 00:00:00 2001 From: chunseoklee Date: Wed, 8 Jul 2020 17:55:43 +0900 Subject: [PATCH] Use version 1.6.1 (#2966) update version related files to use 1.6.1 ONE-DCO-1.0-Signed-off-by: Chunseok Lee --- docs/conf.py | 2 +- packaging/nnfw.spec | 2 +- runtime/onert/api/include/nnfw_version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index df18a352a20..1325fdd703b 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.6.0' +release = '1.6.1' # -- General configuration --------------------------------------------------- diff --git a/packaging/nnfw.spec b/packaging/nnfw.spec index bbe979190b8..57087bee2ab 100644 --- a/packaging/nnfw.spec +++ b/packaging/nnfw.spec @@ -1,6 +1,6 @@ Name: nnfw Summary: nnfw -Version: 1.6.0 +Version: 1.6.1 Release: 1 Group: Development License: Apache-2.0 and MIT and BSD-2-Clause diff --git a/runtime/onert/api/include/nnfw_version.h b/runtime/onert/api/include/nnfw_version.h index 8948e8ee199..bc536469959 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 0x01000600 +#define NNFW_VERSION 0x01000601 #endif // __NNFW_VERSION_H__