Version info update.

This commit is contained in:
Steve 2016-08-10 13:04:45 +01:00
parent f9588c4b08
commit 57bc5c4437
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ static void draw(void)
blit(pandoranWar, SCREEN_WIDTH / 2, 110, 1);
drawText(10, SCREEN_HEIGHT - 25, 14, TA_LEFT, colors.white, "Copyright Parallel Realities, 2015-2016");
drawText(SCREEN_WIDTH - 10, SCREEN_HEIGHT - 25, 14, TA_RIGHT, colors.white, "Version %.2f.%d", VERSION, REVISION);
drawText(SCREEN_WIDTH - 10, SCREEN_HEIGHT - 25, 14, TA_RIGHT, colors.white, "Version %.2f-%d", VERSION, REVISION);
switch (show)
{