diff --git a/Makefile b/Makefile index b9ce83b4..98867bcf 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ args_release = -DNDEBUG $(args_base) -static -Oz -flto=auto -fno-rtti args_debug = $(args_base) -Og -g3 tag = std arch = x86_64 -version = v5.11.0 +version = v5.11.1 main_src = src/*.cpp bin/info.obj .PHONY: init build debug clean all: init clean build diff --git a/README.md b/README.md index bd4cd7fb..2828df40 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) | ❌ 停止更新 | 2024/01/01 ~ 2024/01/07 | | CRCSN 3 | [v3.0.1 (Build 30174)](https://github.com/MaxLHy0424/CRCSN/releases/tag/30174) | ❌ 停止更新 | 2024/02/09 ~ 2024/02/10 | | CRCSN 4 | [v4.10.7](https://github.com/MaxLHy0424/CRCSN/releases/tag/v4.10.7) | ❌ 停止更新 | 2024/03/26 ~ 2024/06/19 | -| CRCSN 5 | [v5.11.0](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.11.0) | ♻️ 仅常规更新 | 2024/08/25 ~ 2024/12/31 | +| CRCSN 5 | [v5.11.1](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.11.1) | ♻️ 仅常规更新 | 2024/08/25 ~ 2024/12/31 | | CRCSN 6 | 🔒 尚未推出 | 🛠️ 正在开发 | 尚未确定 | 相关链接: @@ -21,7 +21,7 @@ # 📖 使用指南 > [!NOTE] -> 适用于 v5.11.0. +> 适用于 v5.11.1. ## 0 开始之前 diff --git a/README_next.md b/README_next.md index a8aa5fea..02b99117 100644 --- a/README_next.md +++ b/README_next.md @@ -15,7 +15,7 @@ | CRCSN 2 | [v2.5_Stable](https://github.com/MaxLHy0424/CRCSN/releases/tag/v2.5_Stable) | ❌ 停止更新 | 2024/01/01 ~ 2024/01/07 | | CRCSN 3 | [v3.0.1 (Build 30174)](https://github.com/MaxLHy0424/CRCSN/releases/tag/30174) | ❌ 停止更新 | 2024/02/09 ~ 2024/02/10 | | CRCSN 4 | [v4.10.7](https://github.com/MaxLHy0424/CRCSN/releases/tag/v4.10.7) | ❌ 停止更新 | 2024/03/26 ~ 2024/06/19 | -| CRCSN 5 | [v5.11.0](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.11.0) | ♻️ 仅常规更新 | 2024/08/25 ~ 2024/12/31 | +| CRCSN 5 | [v5.11.1](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.11.1) | ♻️ 仅常规更新 | 2024/08/25 ~ 2024/12/31 | | CRCSN 6 | 🔒 尚未推出 | 🛠️ 正在开发 | 暂未确定 | 相关链接: @@ -26,7 +26,7 @@ # 📖 使用指南 > [!NOTE] -> 适用于 v6.0.0-preview.7. +> 适用于 v6.0.0-rc.1. ## 0 开始之前 diff --git a/launcher.cmd b/launcher.cmd index 265aa336..94a413f5 100644 --- a/launcher.cmd +++ b/launcher.cmd @@ -4,7 +4,7 @@ set config.auto_launch=0 set config.show_verbose_info=0 set config.window_title=CRCSN Launcher set launch.tag=std -set launch.version=v5.11.0 +set launch.version=v5.11.1 set launch.arch=x86_64 set launch.runtime=ucrt set launch.args= diff --git a/src/info.hpp b/src/info.hpp index 26280f00..393a9fda 100644 --- a/src/info.hpp +++ b/src/info.hpp @@ -1,9 +1,9 @@ #pragma once #define INFO_NAME "Computer Room Control Software Nemesis" #ifdef _NEXT_ -# define INFO_VERSION "v6.0.0-preview.7" +# define INFO_VERSION "v6.0.0-rc.1" #else -# define INFO_VERSION "v5.11.0" +# define INFO_VERSION "v5.11.1" #endif #define INFO_REPO_URL "https://github.com/MaxLHy0424/CRCSN" #define INFO_DEVELOPER "MaxLHy0424"