Skip to content

Commit

Permalink
v5.10.4 / v6.0.0-preview.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Nov 18, 2024
1 parent 0b63c20 commit 4d29530
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.3
version=v5.10.4
obj=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.3](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.3) | ♻️ 仅常规更新 | 2024/08/25 ~ 2024/12/31 (暂定) |
| CRCSN 5 | [v5.10.4](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.4) | ♻️ 仅常规更新 | 2024/08/25 ~ 2024/12/31 (暂定) |
| CRCSN 6 | 🔒 即将推出 | 🛠️ 正在开发 | 暂未确定 |
| CRCSN Core | 🔒 即将推出 | 🛠️ 正在开发 | 暂未确定 |

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

> [!NOTE]
> 适用于 v5.10.3.
> 适用于 v5.10.4.
## 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.3](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.3) | ♻️ 仅常规更新 | 2024/08/25 ~ 2024/12/31 (暂定) |
| CRCSN 5 | [v5.10.4](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.4) | ♻️ 仅常规更新 | 2024/08/25 ~ 2024/12/31 (暂定) |
| CRCSN 6 | 🔒 即将推出 | 🛠️ 正在开发 | 暂未确定 |
| CRCSN Core | 🔒 即将推出 | 🛠️ 正在开发 | 暂未确定 |

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

> [!NOTE]
> 适用于 v6.0.0-preview.3.
> 适用于 v6.0.0-preview.4.
## 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.3
set launch.version=v5.10.4
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 _PREVIEW_
#define INFO_VERSION "v6.0.0-preview.3"
#define INFO_VERSION "v6.0.0-preview.4"
#else
#define INFO_VERSION "v5.10.3"
#define INFO_VERSION "v5.10.4"
#endif
#define INFO_REPO_URL "https://github.com/MaxLHy0424/CRCSN"
#define INFO_DEVELOPER "MaxLHy0424"
Expand Down

0 comments on commit 4d29530

Please sign in to comment.