Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
埃博拉酱 committed Jul 9, 2022
1 parent d2299d4 commit cf7c937
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion +Image5D/Version.m
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
function V=Version
V='1.1.0';
V='1.1.1';
3 changes: 2 additions & 1 deletion Image5D/include/Image5D.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ enum Image5D异常类型
文件拒绝访问,
文件被另一个进程占用,
磁盘已满,
文件大小为0
文件大小为0,
不支持的字节顺序,
};
enum XML解析状态
{
Expand Down
4 changes: 2 additions & 2 deletions Image5D工具箱.prj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

依赖:pugixml,AVX2以上指令集,Windows系统(推荐Win11,低版本未测试)</param.description>
<param.screenshot>${PROJECT_ROOT}\工具箱图像.png</param.screenshot>
<param.version>1.1.0</param.version>
<param.version>1.1.1</param.version>
<param.output>${PROJECT_ROOT}\Image5D.mltbx</param.output>
<param.products.name />
<param.products.id />
Expand Down Expand Up @@ -125,7 +125,7 @@ x64
</build-deliverables>
<workflow />
<matlab>
<root>C:\Program Files\MATLAB\R2022a</root>
<root>C:\Program Files\MATLAB\R2022b</root>
<toolboxes />
</matlab>
<platform>
Expand Down

0 comments on commit cf7c937

Please sign in to comment.