mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-16 13:34:45 -06:00
Update the version number to show this is a development version.
This commit is contained in:
parent
9785d8f8b9
commit
ea28112e08
@ -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.5 ");
|
||||
prints( 0, 0, " PCMemTest-64 v1.6-devel");
|
||||
#else
|
||||
prints( 0, 0, " PCMemTest-32 v1.5 ");
|
||||
prints( 0, 0, " PCMemTest-32 v1.6-devel");
|
||||
#endif
|
||||
set_foreground_colour(WHITE);
|
||||
set_background_colour(BLUE);
|
||||
|
Loading…
Reference in New Issue
Block a user