Skip to content

Commit

Permalink
v5.10.1 / v6.0.0-preview.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Oct 28, 2024
1 parent 20a7677 commit 81ada6a
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 @@ argsRelease=-DNDEBUG $(argsBase) -static -Os -flto -o
argsDebug=$(argsBase) -O0 -g3 -o
tag=std
arch=x86_64
version=v5.10.0
version=v5.10.1
.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.0 | 🛠️ 正常更新 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.0) |
| CRCSN 5 | v5.10.1 | 🛠️ 正常更新 | [📋 更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.10.1) |
| CRCSN 6 || ✨ 正在开发 | 🔒 2025 年春季发布 |
| CRCSN LTS || ✨ 正在开发 | 🔒 2024 年冬季发布 |

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

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

Expand Down
2 changes: 1 addition & 1 deletion launcher.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title %config.windowTitle%
mode con cols=50 lines=25
cd /d "%~dp0"
set item.tag=std
set item.version=v5.10.0
set item.version=v5.10.1
set item.arch=x86_64
set item.runtime=ucrt
set item.args=
Expand Down
4 changes: 2 additions & 2 deletions src/def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
#endif
#define INFO_NAME "Computer Room Control Software Nemesis"
#ifdef _NEXT_
#define INFO_VERSION "v6.0.0-dev.241027"
#define INFO_VERSION "v6.0.0-preview.1"
#else
#define INFO_VERSION "v5.10.0"
#define INFO_VERSION "v5.10.1"
#endif
#define INFO_REPO_URL "https://github.com/MaxLHy0424/CRCSN"
#define INFO_DEVELOPER "MaxLHy0424"
Expand Down

0 comments on commit 81ada6a

Please sign in to comment.