mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 20:36:31 +00:00
增加ChangeLog V0.1.9,更改about.c版本 (#600)
This commit is contained in:
@ -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.8\n");
|
||||
printf("\033[1;32m%s\033[0m", "V0.1.9\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");
|
||||
|
Reference in New Issue
Block a user