Skip to content

Commit a9561f9

Browse files
author
unknown
committed
update
1 parent d7787ec commit a9561f9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44

55
# v1.0.1
66

7-
1. 移除了一些打印语句
7+
1. 移除了一些打印语句
8+
9+
# v1.0.2
10+
修复相关wrapperError bug
11+
12+
自动创建log目录

wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const char *WrapperAPI wrapperError(int errNum)
9090

9191
const char *WrapperAPI wrapperVersion()
9292
{
93-
return "1.0.0";
93+
return "1.0.2";
9494
}
9595

9696
int WrapperAPI wrapperLoadRes(pDataList perData, unsigned int resId)

0 commit comments

Comments
 (0)