mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
Patch add v0.1.4 changelog (#165)
* new: V0.1.4 change log * 更新about APP版本号
This commit is contained in:
@ -19,7 +19,7 @@ void print_copyright()
|
||||
printf(" DragonOS - An opensource operating system.\n");
|
||||
printf(" Copyright: fslongjin & DragonOS Community. 2022, All rights reserved.\n");
|
||||
printf(" Version: ");
|
||||
put_string("V0.1.3\n", COLOR_GREEN, COLOR_BLACK);
|
||||
put_string("V0.1.4\n", COLOR_GREEN, COLOR_BLACK);
|
||||
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