Skip to content

Commit

Permalink
v5.10.3 / v6.0.0-preview.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Nov 11, 2024
1 parent 82e3863 commit 1985d5b
Show file tree
Hide file tree
Showing 6 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 -o
args_debug=$(args_base) -Og -g3 -o
tag=std
arch=x86_64
version=v5.10.2
version=v5.10.3
.PHONY:init build debug clean
all:init clean build
init:
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) |
| CRCSN 3 | v3.0.1 (Build 30174) | ❌ 停止维护 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/30174) |
| CRCSN 4 | v4.10.7 | ❌ 停止维护 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v4.10.7) |
| CRCSN 5 | v5.10.2 | 🛠️ 正常更新 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.2) |
| CRCSN 5 | v5.10.3 | 🛠️ 正常更新 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.3) |
| CRCSN 6 || ✨ 正在开发 | 🔒 即将退出 |
| CRCSN Core || ✨ 正在开发 | 🔒 即将退出 |

Expand All @@ -24,7 +24,7 @@
**使用 CRCSN 时建议关闭防病毒软件. 若 CRCSN 被报为恶意软件, 请添加排除项.**

> [!NOTE]
> 适用于 v5.10.2.
> 适用于 v5.10.3.
## 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) |
| CRCSN 3 | v3.0.1 (Build 30174) | ❌ 停止维护 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/30174) |
| CRCSN 4 | v4.10.7 | ❌ 停止维护 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v4.10.7) |
| CRCSN 5 | v5.10.2 | 🛠️ 正常更新 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.2) |
| CRCSN 5 | v5.10.3 | 🛠️ 正常更新 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.3) |
| CRCSN 6 || ✨ 正在开发 | 🔒 即将退出 |
| CRCSN Core || ✨ 正在开发 | 🔒 即将退出 |

Expand All @@ -29,7 +29,7 @@
**使用 CRCSN 时建议关闭防病毒软件. 若 CRCSN 被报为恶意软件, 请添加排除项.**

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

Expand Down
Empty file removed bin/.gitkeep
Empty file.
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 item.tag=std
set item.version=v5.10.2
set item.version=v5.10.3
set item.arch=x86_64
set item.runtime=ucrt
set item.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.2"
#define INFO_VERSION "v6.0.0-preview.3"
#else
#define INFO_VERSION "v5.10.2"
#define INFO_VERSION "v5.10.3"
#endif
#define INFO_REPO_URL "https://github.com/MaxLHy0424/CRCSN"
#define INFO_DEVELOPER "MaxLHy0424"
Expand Down

0 comments on commit 1985d5b

Please sign in to comment.