Skip to content

Commit

Permalink
[onert] Bump up to 1.30.0 (#13887)
Browse files Browse the repository at this point in the history
This commit bumps up to 1.30.0

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
  • Loading branch information
hseok-oh authored Sep 3, 2024
1 parent c0ac4df commit f198849
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.29.0'
release = '1.30.0'

# -- 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.29.0
Version: 1.30.0
Release: 1
Group: Development
License: Apache-2.0 and MIT and BSD-2-Clause and MPL-2.0
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.29.0"
versionName "1.30.0"

externalNativeBuild {
ndkBuild {
Expand Down
2 changes: 1 addition & 1 deletion runtime/onert/api/nnfw/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 0x01001d00
#define NNFW_VERSION 0x01001e00

#endif // __NNFW_VERSION_H__

0 comments on commit f198849

Please sign in to comment.