doc: V0.1.7发行日志 (#255)

This commit is contained in:
login
2023-04-24 09:48:12 +08:00
committed by GitHub
parent e0de0fd6a5
commit 3a23230af4
5 changed files with 352 additions and 2 deletions

View File

@ -16,9 +16,9 @@ void print_ascii_logo()
void print_copyright()
{
printf(" DragonOS - An opensource operating system.\n");
printf(" Copyright: fslongjin & DragonOS Community. 2022, All rights reserved.\n");
printf(" Copyright: fslongjin & DragonOS Community. 2022-2023, All rights reserved.\n");
printf(" Version: ");
put_string("V0.1.6\n", COLOR_GREEN, COLOR_BLACK);
put_string("V0.1.7\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");