更新about app中的版本号 (#145)

* 更新about app中的版本号
This commit is contained in:
login
2023-01-08 15:51:59 +08:00
committed by GitHub
parent a8b621c8d1
commit 8ad2e358fd
2 changed files with 25 additions and 1 deletions

View File

@ -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.2\n", COLOR_GREEN, COLOR_BLACK);
put_string("V0.1.3\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");