diff --git a/Makefile b/Makefile index 7947e571..307957a6 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ argsRelease=-DNDEBUG $(argsBase) -static -Os -flto -o argsDebug=$(argsBase) -O0 -g3 -o tag=std arch=x86_64 -version=v5.10.0 +version=v5.10.1 .PHONY:init build debug clean init: $(msys2)\\usr\\bin\\pacman.exe -Syyu --noconfirm --needed\ diff --git a/README.md b/README.md index 095f43f3..bdee72cc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ | CRCSN 2 | v2.5_Stable | ❌ 停止维护 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v2.5_Stable) | | CRCSN 3 | v3.0.1 (Build 30174) | ❌ 停止维护 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/30174) | | CRCSN 4 | v4.10.7 | ❌ 停止维护 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v4.10.7) | -| CRCSN 5 | v5.10.0 | 🛠️ 正常更新 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.0) | +| CRCSN 5 | v5.10.1 | 🛠️ 正常更新 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.1) | | CRCSN 6 | 无 | ✨ 正在开发 | 🔒 2025 年春季发布 | | CRCSN LTS | 无 | ✨ 正在开发 | 🔒 2024 年冬季发布 | @@ -24,7 +24,7 @@ **使用 CRCSN 时建议关闭防病毒软件. 若 CRCSN 被报为恶意软件, 请添加排除项.** > [!NOTE] -> 适用于 v5.10.0. +> 适用于 v5.10.1. ## 0 开始之前 diff --git a/launcher.cmd b/launcher.cmd index 7028f807..a3cede0f 100644 --- a/launcher.cmd +++ b/launcher.cmd @@ -7,7 +7,7 @@ title %config.windowTitle% mode con cols=50 lines=25 cd /d "%~dp0" set item.tag=std -set item.version=v5.10.0 +set item.version=v5.10.1 set item.arch=x86_64 set item.runtime=ucrt set item.args= diff --git a/src/def.hpp b/src/def.hpp index 7dffdd93..b68df8d2 100644 --- a/src/def.hpp +++ b/src/def.hpp @@ -13,9 +13,9 @@ #endif #define INFO_NAME "Computer Room Control Software Nemesis" #ifdef _NEXT_ -#define INFO_VERSION "v6.0.0-dev.241027" +#define INFO_VERSION "v6.0.0-preview.1" #else -#define INFO_VERSION "v5.10.0" +#define INFO_VERSION "v5.10.1" #endif #define INFO_REPO_URL "https://github.com/MaxLHy0424/CRCSN" #define INFO_DEVELOPER "MaxLHy0424"