From 899ffc111a5cd4f5262791af19545ffb0d07193d Mon Sep 17 00:00:00 2001 From: MaxLHy0424 Date: Mon, 14 Oct 2024 20:56:07 +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 --- Makefile | 2 +- README.md | 8 ++++---- launcher.cmd | 2 +- src/def.hpp | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 62d50f1b..db39b5b6 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ argsRelease=$(argsBase) -static -Os -flto -o argsDebug=$(argsBase) -O0 -g3 o tag=std arch=x86_64 -version=v5.9.2 +version=v5.9.3 .PHONY:init build debug clean init: $(msys2)\\usr\\bin\\pacman.exe -Syyu --noconfirm --needed\ diff --git a/README.md b/README.md index 97a58f12..5c50158a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ # 📦 获取 -**最新发行版: v5.9.2.**\ -**[更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.9.2) | [直链下载](https://github.com/MaxLHy0424/CRCSN/releases/download/v5.9.2/CRCSN.7z)** +**最新发行版: v5.9.3.**\ +**[更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.9.3) | [直链下载](https://github.com/MaxLHy0424/CRCSN/releases/download/v5.9.3/CRCSN.7z)** 或者: @@ -17,7 +17,7 @@ **使用 CRCSN 时建议关闭防病毒软件. 若 CRCSN 被报为恶意软件, 请添加排除项.** > [!NOTE] -> 适用于 v5.9.2. +> 适用于 v5.9.3. ## 1 启动 @@ -131,7 +131,7 @@ CRCSN 使用 [MIT License](LICENSE), 详细内容请自行阅读. # 🛠️ 二次开发 > [!NOTE] -> 适用于 v5.9.2. +> 适用于 v5.9.3. 非常欢迎大家二次开发 CRCSN! diff --git a/launcher.cmd b/launcher.cmd index bdce1615..2fd6bcdc 100644 --- a/launcher.cmd +++ b/launcher.cmd @@ -7,7 +7,7 @@ title %config.windowTitle% mode con cols=50 lines=25 cd /d "%~dp0" set bootItem.tag=std -set bootItem.version=v5.9.2 +set bootItem.version=v5.9.3 set bootItem.arch=x86_64 set bootItem.runtime=ucrt set bootItem.args= diff --git a/src/def.hpp b/src/def.hpp index ed443d04..9a2f9752 100644 --- a/src/def.hpp +++ b/src/def.hpp @@ -12,7 +12,7 @@ #include #endif #define INFO_NAME "Computer Room Control Software Nemesis" -#define INFO_VERSION "v5.9.2" +#define INFO_VERSION "v5.9.3" #define INFO_REPO_URL "https://github.com/MaxLHy0424/CRCSN" #define INFO_DEVELOPER "MaxLHy0424" #define INFO_LICENSE "MIT License" \ No newline at end of file