增加ChangeLog V0.1.9,更改about.c版本 (#600)

This commit is contained in:
GnoCiYeH
2024-03-13 22:36:31 +08:00
committed by GitHub
parent af59116e1b
commit e3b898316b
4 changed files with 2320 additions and 6 deletions

View File

@ -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");