Skip to content

Commit

Permalink
change: 版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Sep 11, 2024
1 parent 115202c commit 2d3a31b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

# 获取

**最新发行版: v5.4.1.**\
**[更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.4.1) | [直链下载](https://github.com/MaxLHy0424/CRCSN/releases/download/v5.4.1/CRCSN-v5.4.1-Stable.7z)**
**最新发行版: v5.4.2.**\
**[更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.4.2) | [直链下载](https://github.com/MaxLHy0424/CRCSN/releases/download/v5.4.2/CRCSN-v5.4.2-Stable.7z)**

或者:

Expand All @@ -17,7 +17,7 @@
**由于 CRCSN 存在敏感操作, 使用时建议关闭防病毒软件. 若 CRCSN 被报为恶意软件, 请添加排除项.**

> [!NOTE]
> 适用于 v5.4.1.
> 适用于 v5.4.2.
## 1 启动

Expand Down Expand Up @@ -126,7 +126,7 @@ CRCSN 使用 [MIT License](LICENSE), 详细内容请自行阅读.
# 二次开发
> [!NOTE]
> 适用于 v5.4.1.
> 适用于 v5.4.2.
非常欢迎大家二次开发 CRCSN!
Expand Down
6 changes: 3 additions & 3 deletions info.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 VERSIONINFO
PRODUCTVERSION 5,4,1
FILEVERSION 5,4,1
PRODUCTVERSION 5,4,2
FILEVERSION 5,4,2
BEGIN
BLOCK "StringFileInfo"
BEGIN
Expand All @@ -11,7 +11,7 @@ BEGIN
VALUE "InternalName","CRCSN"
VALUE "LegalCopyright","(C) 2023 MaxLHy0424. All rights reserved."
VALUE "ProductName","Computer Room Control Software Nemesis"
VALUE "ProductVersion","v5.4.1"
VALUE "ProductVersion","v5.4.2"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ auto main(i32 argc,i8 *argv[])->i32{
std::thread{Mod::frontShow}.detach();
}
ui.push(" < Computer Room Control Software Nemesis >\n");
ui.push(" v5.4.1");
ui.push(" v5.4.2");
ui.push(" https://github.com/MaxLHy0424/CRCSN");
ui.push(" (C) 2023 MaxLHy0424. All rights reserved.\n");
if(optError){
Expand Down

0 comments on commit 2d3a31b

Please sign in to comment.