From 76e6de4d7fa4030a69ed9a0e0d51b2771d4c998f Mon Sep 17 00:00:00 2001 From: MaxLHy0424 Date: Tue, 10 Dec 2024 06:37:45 +0800 Subject: [PATCH] v5.11.0 / v6.0.0-preview.7 --- Makefile | 2 +- README.md | 4 ++-- README_next.md | 4 ++-- launcher.cmd | 2 +- src/info.hpp | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index e1c0e156..5376815f 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.6 +version = v5.11.0 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 2aa2acca..66057a13 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.6](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.6) | ♻️ 仅常规更新 | 2024/08/25 ~ 2024/12/31 | +| CRCSN 5 | [v5.11.0](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.11.0) | ♻️ 仅常规更新 | 2024/08/25 ~ 2024/12/31 | | CRCSN 6 | 🔒 尚未推出 | 🛠️ 正在开发 | 尚未确定 | | CRCSN Core | 🔒 尚未推出 | 🛠️ 正在开发 | 尚未确定 | @@ -22,7 +22,7 @@ # 📖 使用指南 > [!NOTE] -> 适用于 v5.10.6. +> 适用于 v5.11.0. ## 0 开始之前 diff --git a/README_next.md b/README_next.md index 3773f4ca..1347e273 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.6](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.6) | ♻️ 仅常规更新 | 2024/08/25 ~ 2024/12/31 | +| CRCSN 5 | [v5.11.0](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.11.0) | ♻️ 仅常规更新 | 2024/08/25 ~ 2024/12/31 | | CRCSN 6 | 🔒 尚未推出 | 🛠️ 正在开发 | 暂未确定 | | CRCSN Core | 🔒 尚未推出 | 🛠️ 正在开发 | 暂未确定 | @@ -27,7 +27,7 @@ # 📖 使用指南 > [!NOTE] -> 适用于 v6.0.0-preview.6. +> 适用于 v6.0.0-preview.7. ## 0 开始之前 diff --git a/launcher.cmd b/launcher.cmd index 92286882..265aa336 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.6 +set launch.version=v5.11.0 set launch.arch=x86_64 set launch.runtime=ucrt set launch.args= diff --git a/src/info.hpp b/src/info.hpp index e1b127cd..c43e71ef 100644 --- a/src/info.hpp +++ b/src/info.hpp @@ -1,9 +1,9 @@ #pragma once #define INFO_NAME "Computer Room Control Software Nemesis" #ifdef _THE_NEXT_MAJOR_UPDATE_ -# define INFO_VERSION "v6.0.0-preview.6" +# define INFO_VERSION "v6.0.0-preview.7" #else -# define INFO_VERSION "v5.10.6" +# define INFO_VERSION "v5.11.0" #endif #define INFO_REPO_URL "https://github.com/MaxLHy0424/CRCSN" #define INFO_DEVELOPER "MaxLHy0424"