Skip to content

Commit 1829f6e

Browse files
committed
feat(chsrc): 移除一处无用的宏定义,删除文档过时内容
1 parent b84f2f9 commit 1829f6e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

doc/01-开发与构建.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
! Contributors : Mikachu2333 <[email protected]>
88
! |
99
! Created On : <2024-12-27>
10-
! Last Modified : <2025-10-10>
10+
! Last Modified : <2025-10-11>
1111
! ---------------------------------------------------------- -->
1212

1313
# 开发 chsrc
@@ -46,8 +46,6 @@ git clone https://gitee.com/RubyMetric/chsrc.git -b dev
4646

4747
## 编译运行
4848

49-
**⚠️警告:Windows 上使用 `make` 将无法正确编译版本号与附加信息,仅 `just` 可完整编译**
50-
5149
共有四种构建模式:
5250

5351
1. **`DEV mode`**

include/chsrc_version.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@
2020
#define CHSRC_VERSION_MAJOR 0
2121
#define CHSRC_VERSION_MINOR 2
2222
#define CHSRC_VERSION_PATCH 3
23-
#define CHSRC_VERSION_STRING "0.2.3"
2423
#endif

0 commit comments

Comments
 (0)