From 1829f6e622dc92fe235214f7d65e53397a4cc046 Mon Sep 17 00:00:00 2001 From: Mikachu2333 Date: Sun, 12 Oct 2025 00:19:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(chsrc):=20=E7=A7=BB=E9=99=A4=E4=B8=80?= =?UTF-8?q?=E5=A4=84=E6=97=A0=E7=94=A8=E7=9A=84=E5=AE=8F=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=EF=BC=8C=E5=88=A0=E9=99=A4=E6=96=87=E6=A1=A3=E8=BF=87=E6=97=B6?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/01-开发与构建.md | 4 +--- include/chsrc_version.h | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) 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