Skip to content

Commit c38dcbf

Browse files
committed
updated to NMSDK2 v1.6
1 parent 98667f1 commit c38dcbf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

nmsdk2

Submodule nmsdk2 updated 159 files

version/nm_app_version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* DO NOT EDIT THIS FILE
33
* THE CONTENT IS AUTO-GENERATED
44
*/
5-
const char nm_app_version[]="2.0.1-fbbc4587a7325c1a12b275cc5e7c7218ff7b1880";
5+
const char nm_app_version[]="2.1.0-634de535b938957deab9f7cdd3f5e4a148f8c528";
66

version/nm_app_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ extern "C"
3838
#endif
3939

4040
#define NM_APP_VERSION_MAJ 2
41-
#define NM_APP_VERSION_MIN 0
42-
#define NM_APP_VERSION_REV 1
41+
#define NM_APP_VERSION_MIN 1
42+
#define NM_APP_VERSION_REV 0
4343

4444
extern const char nm_app_version[];
4545

0 commit comments

Comments
 (0)