diff --git a/src/framework/chef.c b/src/framework/chef.c index 4cfcdf0..8efd54e 100644 --- a/src/framework/chef.c +++ b/src/framework/chef.c @@ -192,7 +192,7 @@ chef_set_smURL_with_postfix (Target_t *target, SourceProvider_t *provider, char /** * @internal 该函数仅用于实现 chef_set_smURL() */ -void +char * _chef_strdup_2nd_argument (const char *DUMMY, const char *str) { return xy_strdup (str); diff --git a/src/framework/version.h b/src/framework/version.h index 8d4ed46..b692796 100644 --- a/src/framework/version.h +++ b/src/framework/version.h @@ -2,9 +2,9 @@ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- * File Name : version.h - * File Authors : 曾奥然 - * | Mikachu2333 - * Contributors : Nil Null + * File Authors : @ccmywish + * | @Mikachu2333 + * Contributors : Nil Null * | * Created On : <2025-10-10> * Last Modified : @@ -12,12 +12,12 @@ * 发布新版本前请修改此文件 * ------------------------------------------------------------*/ -#define Chsrc_Version "0.2.4" +#define Chsrc_Version "0.2.4.1" // 以下四个宏仅用于 resource/chsrc.rc #define Chsrc_Version_Major 0 #define Chsrc_Version_Minor 2 #define Chsrc_Version_Patch 4 -#define Chsrc_Version_Pre 0 +#define Chsrc_Version_Pre 1 -#define Chsrc_Release_Date "2025/12/31" +#define Chsrc_Release_Date "2026/01/21"