feat(chsrc): 移除一处无用的宏定义,删除文档过时内容

This commit is contained in:
Mikachu2333
2025-10-12 00:19:20 +08:00
parent b84f2f9edd
commit 1829f6e622
2 changed files with 1 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
! Contributors : Mikachu2333 <mikachu.23333@zohomail.com> ! Contributors : Mikachu2333 <mikachu.23333@zohomail.com>
! | ! |
! Created On : <2024-12-27> ! Created On : <2024-12-27>
! Last Modified : <2025-10-10> ! Last Modified : <2025-10-11>
! ---------------------------------------------------------- --> ! ---------------------------------------------------------- -->
# 开发 chsrc # 开发 chsrc
@@ -46,8 +46,6 @@ git clone https://gitee.com/RubyMetric/chsrc.git -b dev
## 编译运行 ## 编译运行
**警告Windows 上使用 `make` 将无法正确编译版本号与附加信息,仅 `just` 可完整编译**
共有四种构建模式: 共有四种构建模式:
1. **`DEV mode`** 1. **`DEV mode`**

View File

@@ -20,5 +20,4 @@
#define CHSRC_VERSION_MAJOR 0 #define CHSRC_VERSION_MAJOR 0
#define CHSRC_VERSION_MINOR 2 #define CHSRC_VERSION_MINOR 2
#define CHSRC_VERSION_PATCH 3 #define CHSRC_VERSION_PATCH 3
#define CHSRC_VERSION_STRING "0.2.3"
#endif #endif