diff --git a/Makefile b/Makefile index 9c65d9b6..8f8789aa 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ argsRelease=$(argsBase) -static -Os -flto -o argsDebug=$(argsBase) -O0 -o tag=std arch=x86_64 -version=v5.9.1 +version=v5.9.2 .PHONY:init build debug clean init: $(msys2)\\usr\\bin\\pacman.exe -Syyu --noconfirm --needed\ diff --git a/README.md b/README.md index 9e2ec16f..d393e9b1 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ # 📦 获取 -**最新发行版: v5.9.1.**\ -**[更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.9.1) | [直链下载](https://github.com/MaxLHy0424/CRCSN/releases/download/v5.9.1/CRCSN.7z)** +**最新发行版: 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)** 或者: @@ -17,7 +17,7 @@ **使用 CRCSN 时建议关闭防病毒软件. 若 CRCSN 被报为恶意软件, 请添加排除项.** > [!NOTE] -> 适用于 v5.9.1. +> 适用于 v5.9.2. ## 1 启动 @@ -130,7 +130,7 @@ CRCSN 使用 [MIT License](LICENSE), 详细内容请自行阅读. # 🛠️ 二次开发 > [!NOTE] -> 适用于 v5.9.1. +> 适用于 v5.9.2. 非常欢迎大家二次开发 CRCSN! diff --git a/launcher.cmd b/launcher.cmd index 14cd213c..bdce1615 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.1 +set bootItem.version=v5.9.2 set bootItem.arch=x86_64 set bootItem.runtime=ucrt set bootItem.args= diff --git a/src/def.hpp b/src/def.hpp index 3ca90c6b..88026ab6 100644 --- a/src/def.hpp +++ b/src/def.hpp @@ -15,7 +15,7 @@ #include #endif #define INFO_NAME "Computer Room Control Software Nemesis" -#define INFO_VERSION "v5.9.1" +#define INFO_VERSION "v5.9.2" #define INFO_REPO_URL "https://github.com/MaxLHy0424/CRCSN" #define INFO_DEVELOPER "MaxLHy0424" #define INFO_LICENSE "MIT License" \ No newline at end of file