Skip to content

Commit bcddac2

Browse files
committed
Bump version to v0.2.5
1 parent 07479f0 commit bcddac2

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

Makefile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
# SPDX-License-Identifier: GPL-3.0-or-later
44
# --------------------------------------------------------------
55
# Build File : Makefile
6-
# File Authors : 曾奥然 <ccmywish@qq.com>
7-
# Contributors : Yangmoooo <yangmoooo@outlook.com>
8-
# | sanchuanhehe <wyihe5520@gmail.com>
9-
# |
6+
# File Authors : @ccmywish
7+
# Contributors : @Yangmoooo
8+
# | @sanchuanhehe
9+
# | @G_I_Y
10+
# |
1011
# Created On : <2023-08-28>
11-
# Last Modified : <2025-10-15>
12+
# Last Modified : <2026-03-21>
1213
#
1314
# 请阅读 ./doc/01-开发与构建.md 来使用
1415
# --------------------------------------------------------------

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
! -------------------------------------------------------------
44
! Doc Type : Markdown
55
! Doc Name : README.md
6-
! Doc Authors : 曾奥然 <ccmywish@qq.com>
7-
! Contributors : Mikachu2333 <mikachu.23333@zohomail.com>
8-
! | BingChunMoLi <bingchunmoli@bingchunmoli.com>
6+
! Doc Authors : @ccmywish
7+
! Contributors : @Mikachu2333
8+
! | @BingChunMoLi
99
! |
1010
! Created On : <2023-12-28>
1111
! Last Modified : <2026-02-24>

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# SPDX-License-Identifier: GPL-3.0-or-later
44
# --------------------------------------------------------------
55
# Build File : justfile
6-
# File Authors : 曾奥然 <ccmywish@qq.com>
7-
# Contributors : Mikachu2333 <mikachu.23333@zohomail.com>
6+
# File Authors : @ccmywish
7+
# Contributors : @Mikachu2333
88
# |
99
# Created On : <2025-06-18>
1010
# Last Modified : <2025-10-15>

lefthook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ---------------------------------------------------------------
22
# Lefthook File : lefthook.yml
3-
# File Authors : 曾奥然 <ccmywish@qq.com>
3+
# File Authors : @ccmywish
44
# Contributors : Nul None <nul@none.org>
55
# |
66
# Created On : <2025-10-28>

src/framework/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
* 发布新版本前请修改此文件
1313
* ------------------------------------------------------------*/
1414

15-
#define Chsrc_Version "0.2.5-alpha1"
15+
#define Chsrc_Version "0.2.5"
1616
// 以下四个宏仅用于 resource/chsrc.rc
1717
#define Chsrc_Version_Major 0
1818
#define Chsrc_Version_Minor 2
1919
#define Chsrc_Version_Patch 5
2020
#define Chsrc_Version_Pre 0
2121

22-
#define Chsrc_Release_Date "2026/02/24"
22+
#define Chsrc_Release_Date "2026/03/25"

0 commit comments

Comments
 (0)