Update the version number to show this is a development version.

This commit is contained in:
Martin Whitaker 2021-12-23 19:11:50 +00:00
parent 9785d8f8b9
commit ea28112e08

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.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);