mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-25 18:55:23 -06:00
Bump version to v6.01
This commit is contained in:
parent
5a2bc4c960
commit
036922ab26
@ -103,7 +103,7 @@ void display_init(void)
|
||||
set_foreground_colour(BLACK);
|
||||
set_background_colour(WHITE);
|
||||
clear_screen_region(0, 0, 0, 27);
|
||||
prints(0, 0, " Memtest86+ v6.00");
|
||||
prints(0, 0, " Memtest86+ v6.01");
|
||||
set_foreground_colour(RED);
|
||||
printc(0, 15, '+');
|
||||
set_foreground_colour(WHITE);
|
||||
@ -137,7 +137,7 @@ void display_init(void)
|
||||
set_background_colour(WHITE);
|
||||
clear_screen_region(ROW_FOOTER, 0, ROW_FOOTER, SCREEN_WIDTH - 1);
|
||||
prints(ROW_FOOTER, 0, " <ESC> Exit <F1> Configuration <Space> Scroll Lock");
|
||||
prints(ROW_FOOTER, 64, "6.00.");
|
||||
prints(ROW_FOOTER, 64, "6.01.");
|
||||
prints(ROW_FOOTER, 69, GIT_HASH);
|
||||
#if TESTWORD_WIDTH > 32
|
||||
prints(ROW_FOOTER, 76, ".x64");
|
||||
|
Loading…
Reference in New Issue
Block a user