Skip to content

Commit

Permalink
ONERT version bump to 1.11.1 (#5193)
Browse files Browse the repository at this point in the history
Update version for hotfix

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
  • Loading branch information
chunseoklee authored Nov 27, 2020
1 parent 7e09f3a commit 24b64bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'Samsung Research & contributors'

# The full version, including alpha/beta/rc tags
release = '1.11.0'
release = '1.11.1'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion packaging/nnfw.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: nnfw
Summary: nnfw
Version: 1.11.0
Version: 1.11.1
Release: 1
Group: Development
License: Apache-2.0 and MIT and BSD-2-Clause
Expand Down
2 changes: 1 addition & 1 deletion runtime/contrib/android/api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 26
targetSdkVersion 29
versionCode 1
versionName "1.11.0"
versionName "1.11.1"

externalNativeBuild {
ndkBuild {
Expand Down
2 changes: 1 addition & 1 deletion runtime/onert/api/include/nnfw_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 0x01000b00
#define NNFW_VERSION 0x01000b01

#endif // __NNFW_VERSION_H__

0 comments on commit 24b64bc

Please sign in to comment.