diff --git a/doc/01-开发与构建.md b/doc/01-开发与构建.md index 0112f44..a2d3b1e 100644 --- a/doc/01-开发与构建.md +++ b/doc/01-开发与构建.md @@ -7,7 +7,7 @@ ! Contributors : Mikachu2333 ! | ! Created On : <2024-12-27> - ! Last Modified : <2025-10-10> + ! Last Modified : <2025-10-11> ! ---------------------------------------------------------- --> # 开发 chsrc @@ -46,8 +46,6 @@ git clone https://gitee.com/RubyMetric/chsrc.git -b dev ## 编译运行 -**⚠️警告:Windows 上使用 `make` 将无法正确编译版本号与附加信息,仅 `just` 可完整编译** - 共有四种构建模式: 1. **`DEV mode`** diff --git a/include/chsrc_version.h b/include/chsrc_version.h index 778e4fa..4e5181c 100644 --- a/include/chsrc_version.h +++ b/include/chsrc_version.h @@ -20,5 +20,4 @@ #define CHSRC_VERSION_MAJOR 0 #define CHSRC_VERSION_MINOR 2 #define CHSRC_VERSION_PATCH 3 - #define CHSRC_VERSION_STRING "0.2.3" #endif