Skip to content

Commit 26db607

Browse files
committed
Prerelease v0.2.4.1
1 parent 0180558 commit 26db607

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/framework/chef.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ chef_set_smURL_with_postfix (Target_t *target, SourceProvider_t *provider, char
192192
/**
193193
* @internal 该函数仅用于实现 chef_set_smURL()
194194
*/
195-
void
195+
char *
196196
_chef_strdup_2nd_argument (const char *DUMMY, const char *str)
197197
{
198198
return xy_strdup (str);

src/framework/version.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
* SPDX-License-Identifier: GPL-3.0-or-later
33
* -------------------------------------------------------------
44
* File Name : version.h
5-
* File Authors : 曾奥然 <ccmywish@qq.com>
6-
* | Mikachu2333 <mikachu.23333@zohomail.com>
7-
* Contributors : Nil Null <nil@null.org>
5+
* File Authors : @ccmywish
6+
* | @Mikachu2333
7+
* Contributors : Nil Null <nil@null.org>
88
* |
99
* Created On : <2025-10-10>
1010
* Last Modified : <See 'Chsrc_Release_Date'>
1111
*
1212
* 发布新版本前请修改此文件
1313
* ------------------------------------------------------------*/
1414

15-
#define Chsrc_Version "0.2.4"
15+
#define Chsrc_Version "0.2.4.1"
1616

1717
// 以下四个宏仅用于 resource/chsrc.rc
1818
#define Chsrc_Version_Major 0
1919
#define Chsrc_Version_Minor 2
2020
#define Chsrc_Version_Patch 4
21-
#define Chsrc_Version_Pre 0
21+
#define Chsrc_Version_Pre 1
2222

23-
#define Chsrc_Release_Date "2025/12/31"
23+
#define Chsrc_Release_Date "2026/01/21"

0 commit comments

Comments
 (0)