Update version to 1.4.

This commit is contained in:
Martin Whitaker 2020-12-12 10:21:22 +00:00
parent ec676ccab2
commit 6a0c7943d9
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.3 ");
prints( 0, 0, " PCMemTest-64 v1.4 ");
#else
prints( 0, 0, " PCMemTest-32 v1.3 ");
prints( 0, 0, " PCMemTest-32 v1.4 ");
#endif
set_foreground_colour(WHITE);
set_background_colour(BLUE);