Skip to content

Commit 6e03939

Browse files
committed
Update doc
1 parent 1264b41 commit 6e03939

File tree

12 files changed

+57
-34
lines changed

12 files changed

+57
-34
lines changed

.github/READIT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
! -------------------------------------------------------------
44
! Doc Type : Markdown
55
! Doc Name : (Overview .github) READIT.md
6-
! Doc Authors : Aoran Zeng <[email protected]>
7-
! Contributors : Nul None <[email protected]>
6+
! Doc Authors : 曾奥然 <[email protected]>
7+
! Contributors : Nul None <[email protected]>
88
! |
99
! Created On : <2025-06-20>
1010
! Last Modified : <2025-06-20>

.github/workflows/pkg-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
* Release version $version
7575
76-
-- Aoran Zeng <[email protected]> $(date -R)
76+
-- 曾奥然 <[email protected]> $(date -R)
7777
7878
EOF
7979

.vscode/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
! -------------------------------------------------------------
44
! Doc Type : Markdown
55
! Doc Name : (for VS Code users) README.md
6-
! Doc Authors : Aoran Zeng <[email protected]>
7-
! Contributors : Nul None <[email protected]>
6+
! Doc Authors : 曾奥然 <[email protected]>
7+
! Contributors : Nul None <[email protected]>
88
! |
99
! Created On : <2025-06-18>
1010
! Last Modified : <2025-06-20>

bootstrap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
! -------------------------------------------------------------
44
! Doc Type : Markdown
55
! Doc Name : (chsrc-bootstrap Introduction.md)
6-
! Doc Authors : Aoran Zeng <[email protected]>
7-
! Contributors : Nul None <[email protected]>
6+
! Doc Authors : 曾奥然 <[email protected]>
7+
! Contributors : Nul None <[email protected]>
88
! |
99
! Created On : <2025-07-12>
1010
! Last Modified : <2025-07-22>

doc/chsrc.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
.\" SPDX-License-Identifier: GFDL-1.3-or-later
33
.\" --------------------------------------------------------------
44
.\" Doc Type : Man Page
5-
.\" Doc Authors : Aoran Zeng <[email protected]>
6-
.\" Contributors : Nul None <[email protected]>
5+
.\" Doc Authors : 曾奥然 <[email protected]>
6+
.\" Contributors : Nul None <[email protected]>
77
.\" |
88
.\" Created On : <2024-08-21>
9-
.\" Last Modified : <2025-08-11>
10-
.\" --------------------------------------------------------------
9+
.\" Last Modified : <2025-10-29>
10+
.\" ----------------------------------------------------------------
1111

12-
.TH chsrc 1 "2025-08-11" "v0.2.2.3" "RubyMetric chsrc"
12+
.TH chsrc 1 "2025-10-29" "v0.2.3.1" "RubyMetric chsrc"
1313

1414
.SH NAME
1515
chsrc - Change Source for every software on every platform from the command line

doc/chsrc.texi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
@c SPDX-License-Identifier: GFDL-1.3-or-later
33
@c --------------------------------------------------------------
44
@c Doc Type : Texinfo
5-
@c Doc Authors : Aoran Zeng <[email protected]>
6-
@c Contributors : Nul None <[email protected]>
5+
@c Doc Authors : 曾奥然 <[email protected]>
6+
@c Contributors : Nul None <[email protected]>
77
@c |
88
@c Created On : <2024-08-22>
9-
@c Last Modified : <2025-08-11>
9+
@c Last Modified : <2025-10-29>
1010
@c --------------------------------------------------------------
1111

1212
\input texinfo
1313
@setfilename chsrc.info
1414
@settitle chsrc
1515

16-
@set Chsrc_Version v0.2.2.3
17-
@set Doc_Publish_Date 2025-08-11
16+
@set Chsrc_Version v0.2.3.1
17+
@set Doc_Publish_Date 2025-10-29
1818

1919
@copying
2020
@comment 这是软件copyright,不是文档copyright,因此不放在titlepage
21-
Copyright @copyright{} 2025 Aoran Zeng, Heng Guo
21+
Copyright @copyright{} 2025 曾奥然, 郭恒
2222
@end copying
2323

2424
@titlepage
2525
@title chsrc printed manual
2626
@subtitle Change Source everywhere for every software!
27-
@author Aoran Zeng
27+
@author 曾奥然
2828
@c @insertcopying
2929
For chsrc @value{Chsrc_Version}
3030
@page

pkg/AUR/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
! -------------------------------------------------------------
44
! Doc Type : Markdown
55
! Doc Name : README.md
6-
! Doc Authors : Aoran Zeng <[email protected]>
7-
! Contributors : Nil Null <[email protected]>
6+
! Doc Authors : 曾奥然 <[email protected]>
7+
! Contributors : Nil Null <[email protected]>
88
! |
99
! Created On : <2025-06-15>
1010
! Last Modified : <2025-06-16>

src/chsrc-main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,8 @@ cli_print_version ()
455455
{
456456
char *version_string = "v" Chsrc_Version " (" Chsrc_Release_Date ")";
457457

458-
char *str = xy_str_gsub (RAWSTR_chsrc_for_v, "@ver@", version_string);
458+
char *str = xy_str_gsub (CHINESE ? RAWSTR_chsrc_for_v_CHINESE : RAWSTR_chsrc_for_v_ENGLISH,
459+
"@ver@", version_string);
459460
println (str);
460461
}
461462

src/framework/version.h

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

15-
#define Chsrc_Version "0.2.3.1"
15+
#define Chsrc_Version "0.2.3.2-dev1"
1616

1717
// 以下四个宏仅用于 resource/chsrc.rc
1818
#define Chsrc_Version_Major 0
1919
#define Chsrc_Version_Minor 2
2020
#define Chsrc_Version_Patch 3
21-
#define Chsrc_Version_Pre 1
21+
#define Chsrc_Version_Pre 2
2222

23-
#define Chsrc_Release_Date "2025/10/28"
23+
#define Chsrc_Release_Date "2025/10/29"

src/rawstr4c.h

Lines changed: 4 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)