Skip to content

Commit

Permalink
change: 版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Oct 7, 2024
1 parent a27c555 commit 9600675
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 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=-fexec-charset=GBK -std=gnu++23 -Wall -Wextra -pipe -m64 -DNDEBUG -static -Os -flto -o
tag=std
arch=x86_64
version=v5.9.0
version=v5.9.1
.PHONY:init build clean
init:
$(msys2)\\usr\\bin\\pacman.exe -Syyu --noconfirm --needed\
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.9.0.**\
**[更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.9.0) | [直链下载](https://github.com/MaxLHy0424/CRCSN/releases/download/v5.9.0/CRCSN.7z)**
**最新发行版: v5.9.1.**\
**[更新日志](https://github.com/MaxLHy0424/CRCSN/releases/tag/v5.9.1) | [直链下载](https://github.com/MaxLHy0424/CRCSN/releases/download/v5.9.1/CRCSN.7z)**

或者:

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

> [!NOTE]
> 适用于 v5.9.0.
> 适用于 v5.9.1.
## 1 启动

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

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

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"
sbootIt item.tag=std
set bootItem.version=v5.9.0
set bootItem.version=v5.9.1
set bootItem.arch=x86_64
set bootItem.runtime=ucrt
set bootItem.args=
Expand Down
3 changes: 1 addition & 2 deletions src/def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#define _ANSI
#define ANSI
#define WINDOW_TITLE "CRCSN"
#define _THE_NEXT_UPDATE_
#include<stdio.h>
#ifdef _THE_NEXT_UPDATE_
#include<fstream>
Expand All @@ -16,7 +15,7 @@
#include<shlobj.h>
#endif
#define INFO_NAME "Computer Room Control Software Nemesis"
#define INFO_VERSION "v5.9.0"
#define INFO_VERSION "v5.9.1"
#define INFO_REPO_URL "https://github.com/MaxLHy0424/CRCSN"
#define INFO_DEVELOPER "MaxLHy0424"
#define INFO_LICENSE "MIT License"

0 comments on commit 9600675

Please sign in to comment.