Update version to 1.2.

This commit is contained in:
Martin Whitaker 2020-07-09 16:20:45 +01:00
parent def681e914
commit 610cad7c36
1 changed files with 2 additions and 2 deletions

View File

@ -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.1 ");
prints( 0, 0, " PCMemTest-64 v1.2 ");
#else
prints( 0, 0, " PCMemTest-32 v1.1 ");
prints( 0, 0, " PCMemTest-32 v1.2 ");
#endif
set_foreground_colour(WHITE);
set_background_colour(BLUE);