mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 14:16:47 +00:00
parent
9a0802fd2d
commit
ce48b93437
1062
docs/community/ChangeLog/V0.1.x/V0.1.10.md
Normal file
1062
docs/community/ChangeLog/V0.1.x/V0.1.10.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -6,6 +6,7 @@
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
V0.1.x/V0.1.10
|
||||
V0.1.x/V0.1.9
|
||||
V0.1.x/V0.1.8
|
||||
V0.1.x/V0.1.7
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "dragonos_kernel"
|
||||
version = "0.1.9"
|
||||
version = "0.1.10"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
@ -17,7 +17,7 @@ void print_copyright()
|
||||
printf(" DragonOS - An opensource operating system.\n");
|
||||
printf(" Copyright: DragonOS Community. 2022-2024, All rights reserved.\n");
|
||||
printf(" Version: ");
|
||||
printf("\033[1;32m%s\033[0m", "V0.1.9\n");
|
||||
printf("\033[1;32m%s\033[0m", "V0.1.10\n");
|
||||
printf(" Git commit SHA1: %s\n", DRAGONOS_GIT_COMMIT_SHA1);
|
||||
printf(" Build time: %s %s\n", __DATE__, __TIME__);
|
||||
printf(" \nYou can visit the project via:\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user