mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2026-08-06 19:24:53 -05:00
Update version to 1.3.
This commit is contained in:
+2
-2
@@ -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.2 ");
|
||||
prints( 0, 0, " PCMemTest-64 v1.3 ");
|
||||
#else
|
||||
prints( 0, 0, " PCMemTest-32 v1.2 ");
|
||||
prints( 0, 0, " PCMemTest-32 v1.3 ");
|
||||
#endif
|
||||
set_foreground_colour(WHITE);
|
||||
set_background_colour(BLUE);
|
||||
|
||||
Reference in New Issue
Block a user