Skip to content

Commit

Permalink
Use version 1.6.0 (Samsung#2657) (Samsung#2933)
Browse files Browse the repository at this point in the history
update version to 1.6.0 on:
- conf.py
- nnfw.spec
- nnfw_version.h

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
  • Loading branch information
chunseoklee authored Jul 7, 2020
1 parent bc4fcf7 commit ce2f73b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5.0'
release = '1.6.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.5.0
Version: 1.6.0
Release: 1
Group: Development
License: Apache-2.0 and MIT and BSD-2-Clause
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 0x01000500
#define NNFW_VERSION 0x01000600

#endif // __NNFW_VERSION_H__

0 comments on commit ce2f73b

Please sign in to comment.