File tree Expand file tree Collapse file tree 12 files changed +57
-34
lines changed
Expand file tree Collapse file tree 12 files changed +57
-34
lines changed Original file line number Diff line number Diff line change 33 ! -------------------------------------------------------------
44 ! Doc Type : Markdown
55 ! Doc Name : (Overview .github) READIT.md
6- ! Doc Authors : Aoran Zeng <ccmywish@qq.com>
7- ! Contributors : Nul None <nul@none.org>
6+ ! Doc Authors : 曾奥然 <ccmywish@qq.com>
7+ ! Contributors : Nul None <nul@none.org>
88 ! |
99 ! Created On : <2025-06-20>
1010 ! Last Modified : <2025-06-20>
Original file line number Diff line number Diff line change 7373
7474 * Release version $version
7575
76- -- Aoran Zeng <ccmywish@qq.com> $(date -R)
76+ -- 曾奥然 <ccmywish@qq.com> $(date -R)
7777
7878 EOF
7979
Original file line number Diff line number Diff line change 33 ! -------------------------------------------------------------
44 ! Doc Type : Markdown
55 ! Doc Name : (for VS Code users) README.md
6- ! Doc Authors : Aoran Zeng <ccmywish@qq.com>
7- ! Contributors : Nul None <nul@none.org>
6+ ! Doc Authors : 曾奥然 <ccmywish@qq.com>
7+ ! Contributors : Nul None <nul@none.org>
88 ! |
99 ! Created On : <2025-06-18>
1010 ! Last Modified : <2025-06-20>
Original file line number Diff line number Diff line change 33 ! -------------------------------------------------------------
44 ! Doc Type : Markdown
55 ! Doc Name : (chsrc-bootstrap Introduction.md)
6- ! Doc Authors : Aoran Zeng <ccmywish@qq.com>
7- ! Contributors : Nul None <nul@none.org>
6+ ! Doc Authors : 曾奥然 <ccmywish@qq.com>
7+ ! Contributors : Nul None <nul@none.org>
88 ! |
99 ! Created On : <2025-07-12>
1010 ! Last Modified : <2025-07-22>
Original file line number Diff line number Diff line change 22.\" SPDX-License-Identifier: GFDL-1.3-or-later
33.\" --------------------------------------------------------------
44.\" Doc Type : Man Page
5- .\" Doc Authors : Aoran Zeng <ccmywish@qq.com>
6- .\" Contributors : Nul None <nul@none.org>
5+ .\" Doc Authors : 曾奥然 <ccmywish@qq.com>
6+ .\" Contributors : Nul None <nul@none.org>
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
1515chsrc - Change Source for every software on every platform from the command line
Original file line number Diff line number Diff line change 22@c SPDX-License-Identifier: GFDL-1.3-or-later
33@c --------------------------------------------------------------
44@c Doc Type : Texinfo
5- @c Doc Authors : Aoran Zeng <ccmywish@qq.com>
6- @c Contributors : Nul None <nul@none.org>
5+ @c Doc Authors : 曾奥然 <ccmywish@qq.com>
6+ @c Contributors : Nul None <nul@none.org>
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
2929For chsrc @value {Chsrc_Version }
3030@page
Original file line number Diff line number Diff line change 33 ! -------------------------------------------------------------
44 ! Doc Type : Markdown
55 ! Doc Name : README.md
6- ! Doc Authors : Aoran Zeng <ccmywish@qq.com>
7- ! Contributors : Nil Null <nil@null.org>
6+ ! Doc Authors : 曾奥然 <ccmywish@qq.com>
7+ ! Contributors : Nil Null <nil@null.org>
88 ! |
99 ! Created On : <2025-06-15>
1010 ! Last Modified : <2025-06-16>
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 "
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments