Skip to content

Commit

Permalink
v5.10.6 / v6.0.0-preview.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Dec 2, 2024
1 parent 73e5f87 commit e7b9160
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | 🔒 尚未推出 | 🛠️ 正在开发 | 暂未确定 |

Expand All @@ -22,7 +22,7 @@
# 📖 使用指南

> [!NOTE]
> 适用于 v5.10.5.
> 适用于 v5.10.6.
## 0 开始之前

Expand Down
4 changes: 2 additions & 2 deletions README_next.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | 🔒 尚未推出 | 🛠️ 正在开发 | 暂未确定 |

Expand All @@ -27,7 +27,7 @@
# 📖 使用指南

> [!NOTE]
> 适用于 v6.0.0-preview.5.
> 适用于 v6.0.0-preview.6.
## 0 开始之前

Expand Down
2 changes: 1 addition & 1 deletion launcher.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
4 changes: 2 additions & 2 deletions src/info.hpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e7b9160

Please sign in to comment.