Skip to content

Commit

Permalink
change: 版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Sep 22, 2024
1 parent a90f64a commit 5d3844b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CC=g++.exe
args=-C -fexec-charset=GBK -std=gnu++23 -Wall -Wextra -pipe -m64 -DNDEBUG -static -Os -flto -o
.PHONY:build clean
arch=x86_64
version=v5.6.4
version=v5.6.5
build:bin/$(version)/main-$(arch)-msvcrt.exe bin/$(version)/main-$(arch)-ucrt.exe
obj=src/*.cpp bin/info.obj
bin/$(version)/main-$(arch)-msvcrt.exe:$(obj) src/*.hpp bin
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

# 获取

**最新发行版: v5.6.4.**\
**[更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.6.4) | [直链下载](https://github.com/MaxLHy0424/CRCSN/releases/download/v5.6.4/CRCSN.7z)**
**最新发行版: v5.6.5.**\
**[更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.6.5) | [直链下载](https://github.com/MaxLHy0424/CRCSN/releases/download/v5.6.5/CRCSN.7z)**

或者:

Expand All @@ -17,7 +17,7 @@
**由于 CRCSN 存在敏感操作, 使用时建议关闭防病毒软件. 若 CRCSN 被报为恶意软件, 请添加排除项.**

> [!NOTE]
> 适用于 v5.6.4.
> 适用于 v5.6.5.
## 1 启动

Expand Down Expand Up @@ -109,7 +109,7 @@ CRCSN 使用 [MIT License](LICENSE), 详细内容请自行阅读.
# 二次开发

> [!NOTE]
> 适用于 v5.6.4.
> 适用于 v5.6.5.
非常欢迎大家二次开发 CRCSN!

Expand Down
2 changes: 1 addition & 1 deletion launcher.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set WINDOW_TITLE=CRCSN Launcher
title %WINDOW_TITLE%
mode con cols=50 lines=25
cd /d "%~dp0"
set version=v5.6.4
set version=v5.6.5
set arch=x86_64
set runtime=msvcrt
set args=
Expand Down
2 changes: 1 addition & 1 deletion src/def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using i32=int;
#define WINDOW_TITLE "CRCSN"
#endif
#define INFO_NAME "Computer Room Control Software Nemesis"
#define INFO_VERSION "v5.6.4 (Stable)"
#define INFO_VERSION "v5.6.5 (Stable)"
#define INFO_REPO "https://github.com/MaxLHy0424/CRCSN"
#define INFO_PUBLISHER "MaxLHy0424"
#define INFO_LICENSE "MIT License"
Expand Down

0 comments on commit 5d3844b

Please sign in to comment.