diff --git a/Makefile b/Makefile index 5ef2ca91..e1c0e156 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.10.5 +version = v5.10.6 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 4fbd55c5..01c0852a 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.10.5](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.5) | ♻️ 仅常规更新 | 2024/08/25 ~ 2024/12/31 (暂定) | +| CRCSN 5 | [v5.10.6](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.6) | ♻️ 仅常规更新 | 2024/08/25 ~ 2024/12/31 (暂定) | | CRCSN 6 | 🔒 尚未推出 | 🛠️ 正在开发 | 暂未确定 | | CRCSN Core | 🔒 尚未推出 | 🛠️ 正在开发 | 暂未确定 | @@ -22,7 +22,7 @@ # 📖 使用指南 > [!NOTE] -> 适用于 v5.10.5. +> 适用于 v5.10.6. ## 0 开始之前 diff --git a/README_next.md b/README_next.md index 7ecf8813..554c6c14 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.10.5](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.5) | ♻️ 仅常规更新 | 2024/08/25 ~ 2024/12/31 (暂定) | +| CRCSN 5 | [v5.10.6](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.6) | ♻️ 仅常规更新 | 2024/08/25 ~ 2024/12/31 (暂定) | | CRCSN 6 | 🔒 尚未推出 | 🛠️ 正在开发 | 暂未确定 | | CRCSN Core | 🔒 尚未推出 | 🛠️ 正在开发 | 暂未确定 | @@ -27,7 +27,7 @@ # 📖 使用指南 > [!NOTE] -> 适用于 v6.0.0-preview.5. +> 适用于 v6.0.0-preview.6. ## 0 开始之前 diff --git a/launcher.cmd b/launcher.cmd index e3ff51a0..4cdaad5d 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.10.5 +set launch.version=v5.10.6 set launch.arch=x86_64 set launch.runtime=ucrt set launch.args= diff --git a/src/info.hpp b/src/info.hpp index 346b56bc..bebef83e 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.5" +# define INFO_VERSION "v6.0.0-preview.6" #else -# define INFO_VERSION "v5.10.5" +# define INFO_VERSION "v5.10.6" #endif #define INFO_REPO_URL "https://github.com/MaxLHy0424/CRCSN" #define INFO_DEVELOPER "MaxLHy0424"