From c01aa6639eccc786ed9987a70eaebe0dfbe32d54 Mon Sep 17 00:00:00 2001 From: MaxLHy0424 Date: Thu, 12 Sep 2024 23:44:00 +0800 Subject: [PATCH] =?UTF-8?q?change:=20=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- info.rc | 8 ++++---- src/main.cpp | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d7b9b2b5..afe31929 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ # 获取 -**最新发行版: 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)** +**最新发行版: v5.4.3.**\ +**[更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.4.3) | [直链下载](https://github.com/MaxLHy0424/CRCSN/releases/download/v5.4.3/CRCSN-v5.4.3-Stable.7z)** 或者: @@ -17,7 +17,7 @@ **由于 CRCSN 存在敏感操作, 使用时建议关闭防病毒软件. 若 CRCSN 被报为恶意软件, 请添加排除项.** > [!NOTE] -> 适用于 v5.4.2. +> 适用于 v5.4.3. ## 1 启动 @@ -126,7 +126,7 @@ CRCSN 使用 [MIT License](LICENSE), 详细内容请自行阅读. # 二次开发 > [!NOTE] -> 适用于 v5.4.2. +> 适用于 v5.4.3. 非常欢迎大家二次开发 CRCSN! diff --git a/info.rc b/info.rc index aa9ad5bd..73fbb8ce 100644 --- a/info.rc +++ b/info.rc @@ -1,5 +1,6 @@ +1 ICON "img/favicon.ico" 1 VERSIONINFO -FILEVERSION 5,4,2 +FILEVERSION 5,4,3 BEGIN BLOCK "StringFileInfo" BEGIN @@ -10,12 +11,11 @@ BEGIN VALUE "InternalName","CRCSN" VALUE "LegalCopyright","(C) 2023 MaxLHy0424. All rights reserved." VALUE "ProductName","Computer Room Control Software Nemesis" - VALUE "ProductVersion","v5.4.2" + VALUE "ProductVersion","v5.4.3" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation",0x804,0x4B0 END -END -1 ICON "img/favicon.ico" \ No newline at end of file +END \ No newline at end of file diff --git a/src/main.cpp b/src/main.cpp index ad8a5971..2249428b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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.2"); + ui.push(" v5.4.3"); ui.push(" https://github.com/MaxLHy0424/CRCSN"); ui.push(" (C) 2023 MaxLHy0424. All rights reserved.\n"); if(optError){