Prerelease v0.2.4.1

This commit is contained in:
Aoran Zeng
2026-01-21 18:15:44 +08:00
parent 0180558cb7
commit 26db607552
2 changed files with 7 additions and 7 deletions

View File

@@ -192,7 +192,7 @@ chef_set_smURL_with_postfix (Target_t *target, SourceProvider_t *provider, char
/** /**
* @internal 该函数仅用于实现 chef_set_smURL() * @internal 该函数仅用于实现 chef_set_smURL()
*/ */
void char *
_chef_strdup_2nd_argument (const char *DUMMY, const char *str) _chef_strdup_2nd_argument (const char *DUMMY, const char *str)
{ {
return xy_strdup (str); return xy_strdup (str);

View File

@@ -2,9 +2,9 @@
* SPDX-License-Identifier: GPL-3.0-or-later * SPDX-License-Identifier: GPL-3.0-or-later
* ------------------------------------------------------------- * -------------------------------------------------------------
* File Name : version.h * File Name : version.h
* File Authors : 曾奥然 <ccmywish@qq.com> * File Authors : @ccmywish
* | Mikachu2333 <mikachu.23333@zohomail.com> * | @Mikachu2333
* Contributors : Nil Null <nil@null.org> * Contributors : Nil Null <nil@null.org>
* | * |
* Created On : <2025-10-10> * Created On : <2025-10-10>
* Last Modified : <See 'Chsrc_Release_Date'> * Last Modified : <See 'Chsrc_Release_Date'>
@@ -12,12 +12,12 @@
* 发布新版本前请修改此文件 * 发布新版本前请修改此文件
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/
#define Chsrc_Version "0.2.4" #define Chsrc_Version "0.2.4.1"
// 以下四个宏仅用于 resource/chsrc.rc // 以下四个宏仅用于 resource/chsrc.rc
#define Chsrc_Version_Major 0 #define Chsrc_Version_Major 0
#define Chsrc_Version_Minor 2 #define Chsrc_Version_Minor 2
#define Chsrc_Version_Patch 4 #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"