Skip to content

Commit

Permalink
v5.10.2 / v6.0.0-preview.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Nov 4, 2024
1 parent 48cc3fa commit e883933
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1
version=v5.10.2
.PHONY:init build debug clean
init:
$(msys2)\\usr\\bin\\pacman.exe -Syyu --noconfirm --needed\
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.1 | 🛠️ 正常更新 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.1) |
| CRCSN 5 | v5.10.2 | 🛠️ 正常更新 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.2) |
| CRCSN 6 || ✨ 正在开发 | 🔒 尚未发布 |
| CRCSN LTS || ✨ 正在开发 | 🔒 尚未发布 |

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

> [!NOTE]
> 适用于 v5.10.1.
> 适用于 v5.10.2.
## 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 item.tag=std
set item.version=v5.10.1
set item.version=v5.10.2
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 _NEXT_
#define INFO_VERSION "v6.0.0-preview.1"
#define INFO_VERSION "v6.0.0-preview.2"
#else
#define INFO_VERSION "v5.10.1"
#define INFO_VERSION "v5.10.2"
#endif
#define INFO_REPO_URL "https://github.com/MaxLHy0424/CRCSN"
#define INFO_DEVELOPER "MaxLHy0424"
Expand Down

0 comments on commit e883933

Please sign in to comment.