Files
chsrc/src/framework/version.h
2025-10-15 18:21:41 +08:00

24 lines
827 B
C

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