mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-25 18:55:23 -06:00
Update version to 1.1.
This commit is contained in:
parent
452891db34
commit
955886b48e
@ -68,9 +68,9 @@ void display_init(void)
|
||||
set_background_colour(WHITE);
|
||||
clear_screen_region(0, 0, 0, 27);
|
||||
#if TESTWORD_WIDTH > 32
|
||||
prints( 0, 0, " PCMemTest-64 v1.0 ");
|
||||
prints( 0, 0, " PCMemTest-64 v1.1 ");
|
||||
#else
|
||||
prints( 0, 0, " PCMemTest-32 v1.0 ");
|
||||
prints( 0, 0, " PCMemTest-32 v1.1 ");
|
||||
#endif
|
||||
set_foreground_colour(WHITE);
|
||||
set_background_colour(BLUE);
|
||||
|
Loading…
Reference in New Issue
Block a user