new: V0.1.1发行日志 (#97)

This commit is contained in:
login
2022-11-27 15:36:47 +08:00
committed by GitHub
parent d65ade9c59
commit d85ebf1ff5
4 changed files with 350 additions and 3 deletions

View File

@ -18,7 +18,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.0 - 20221106\n", COLOR_GREEN, COLOR_BLACK);
put_string("V0.1.1 - 20221127\n", COLOR_GREEN, COLOR_BLACK);
printf(" You can visit the project via:\n");
printf("\n");
put_string(" Official Website: https://DragonOS.org\n", COLOR_INDIGO, COLOR_BLACK);