Skip to content

Commit 8ad2e35

Browse files
authored
更新about app中的版本号 (#145)
* 更新about app中的版本号
1 parent a8b621c commit 8ad2e35

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

docs/community/ChangeLog/V0.1.x/V0.1.3.md

+24
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,30 @@ DragonOS V0.1.3版本由以下小伙伴贡献代码:
132132
## 当前版本的所有提交记录
133133

134134
```text
135+
commit a8b621c8d1fe77251b8e4eafe258dc0ee7366dd5
136+
Author: login <[email protected]>
137+
Date: Sun Jan 8 15:47:44 2023 +0800
138+
139+
修正由于libc中具有crti.S和crtn.S,造成的与x86_64-elf-gcc不兼容的问题 (#144)
140+
141+
commit 9358ff0f6f7daa18d6fab4497de025736b3d6725
142+
Author: login <[email protected]>
143+
Date: Sun Jan 8 15:06:52 2023 +0800
144+
145+
Add v0.1.3 changelog (#143)
146+
147+
* new: 0.1.3发行日志
148+
149+
* 新增输出指定时间范围内的贡献者名单的脚本
150+
151+
* 更新bootloader文档
152+
153+
* update: 简介文档
154+
155+
* new: 镜像站文档
156+
157+
* update: 功能特性文档
158+
135159
commit fd91905f022b3ceaa59e666d1ff42d91fb8d40ef
136160
Author: login <[email protected]>
137161
Date: Sun Jan 8 11:38:59 2023 +0800

user/apps/about/about.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void print_copyright()
1919
printf(" DragonOS - An opensource operating system.\n");
2020
printf(" Copyright: fslongjin & DragonOS Community. 2022, All rights reserved.\n");
2121
printf(" Version: ");
22-
put_string("V0.1.2\n", COLOR_GREEN, COLOR_BLACK);
22+
put_string("V0.1.3\n", COLOR_GREEN, COLOR_BLACK);
2323
printf(" Git commit SHA1: %s\n", DRAGONOS_GIT_COMMIT_SHA1);
2424
printf(" Build time: %s %s\n", __DATE__, __TIME__);
2525
printf(" \nYou can visit the project via:\n");

0 commit comments

Comments
 (0)