Version change to 6.00 Beta 3 (v6.00-beta3)

This commit is contained in:
Sam Demeulemeester 2022-07-17 22:31:47 +02:00
parent 187bc8609e
commit 37cb966f39

View File

@ -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.00b2");
prints(0, 0, " Memtest86+ v6.00b3");
set_foreground_colour(RED);
printc(0, 14, '+');
set_foreground_colour(WHITE);