mirror of
https://github.com/RubyMetric/chsrc
synced 2026-02-02 15:50:29 +08:00
Prerelease v0.2.4.1
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
* 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>
|
||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user