Bump version to 1.0.3

This commit is contained in:
Koji Ikarashi 2015-11-22 18:27:09 -08:00
parent acf66107c6
commit 54364b8566
2 changed files with 2 additions and 2 deletions

4
game.c
View File

@ -105,8 +105,8 @@ const unsigned char palCharacters[8]={ 0x0f,0x04,0x30,0x0f,0x0f,0x19,0x30,0x0f }
const unsigned char palCharPaused[8] = {0x0f,0x00,0x2d,0x0f,0x0f,0x00,0x2d,0x0f};
const unsigned char palJudd[]={ 0x0f,0x26,0x27,0x30,0x0f,0x14,0x27,0x30,0x0f,0x2a,0x27,0x30,0x0f,0x26,0x27,0x30 };
/* v 1 . 0 . 2 */
const unsigned char versionStr[] = {230,232,241,231,241,233};
/* v 1 . 0 . 3 */
const unsigned char versionStr[] = {230,232,241,231,241,234};
const unsigned char victoryMsg[] = "Victory!";
const unsigned char fourSpaces[] = " ";
const unsigned char tieMsg[] = "It's a tie!";

Binary file not shown.