mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-19 17:17:25 +08:00
25 lines
853 B
C
25 lines
853 B
C
/** ------------------------------------------------------------
|
|
* 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
|
|
#define CHSRC_VERSION_STRING "0.2.3"
|
|
#endif
|