refactor(include): 更新头文件引用路径

This commit is contained in:
Mikachu2333
2025-10-12 20:53:21 +08:00
parent 1829f6e622
commit 6aac016c02
4 changed files with 2 additions and 2 deletions

23
src/framework/version.h Normal file
View File

@@ -0,0 +1,23 @@
/** ------------------------------------------------------------
* Copyright © 2023-2025 曾奥然, 郭恒
* SPDX-License-Identifier: MIT
* -------------------------------------------------------------
* Lib Authors : 曾奥然 <ccmywish@qq.com>
* Contributors : Mikachu2333 <mikachu.23333@zohomail.com>
* |
* Created On : <2025-10-10>
* Last Modified : <2025-10-10>
* !!!警告!!!
* 发布前请修改此处的内容
* ------------------------------------------------------------*/
#define Chsrc_Version "0.2.3"
#define Chsrc_Release_Date "2025/10/06"
// 以下宏仅用于 Windows
#if defined(_WIN32) || defined(_WIN64) || defined(__CYGWIN__)
#define CHSRC_VERSION_MAJOR 0
#define CHSRC_VERSION_MINOR 2
#define CHSRC_VERSION_PATCH 3
#endif