From bceeaa8a217e450a355b7a9eb47c03329df3a3d8 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Fri, 19 Sep 2025 11:53:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=9C=E6=AD=A2=E5=91=8A=E7=9F=A5=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E6=9C=89=E5=85=B3=E7=B2=BE=E5=87=86=E6=B5=8B=E9=80=9F?= =?UTF-8?q?=E4=B8=8E=E6=A8=A1=E7=B3=8A=E6=B5=8B=E9=80=9F=E7=9A=84=E5=8C=BA?= =?UTF-8?q?=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chsrc-main.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/chsrc-main.c b/src/chsrc-main.c index cfc8460..e17de52 100644 --- a/src/chsrc-main.c +++ b/src/chsrc-main.c @@ -30,8 +30,8 @@ * 然的加入,逐渐成长为互相支持的伙伴。 * ------------------------------------------------------------*/ -#define Chsrc_Version "0.2.2.4" -#define Chsrc_Release_Date "2025/09/12" +#define Chsrc_Version "0.2.2.5-dev1" +#define Chsrc_Release_Date "2025/09/19" #define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc" #define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc" @@ -646,7 +646,8 @@ get_target (const char *input, TargetOp code, char *option) if (TargetOp_Set_Source==code || TargetOp_Measure_Source==code) { - chsrc_op_epilogue (); + // 2025-09-19: 已告知该消息给用户一个多月,我们不再告知 + // chsrc_op_epilogue (); } #ifdef XY_DEBUG