comparison gamelib/version.py @ 557:50d6c68ce267

Add gameboard to buildings. Update save version as this breaks old save games
author Neil Muller <drnlmuller@gmail.com>
date Sat, 28 Nov 2009 18:20:46 +0000
parents 3d173ea43ad5
children 7bccd2bda217
comparison
equal deleted inserted replaced
556:46f6f1a98f3f 557:50d6c68ce267
7 'alpha': BASE_VERSION_STR + 'a' + str(VERSION[4]), 7 'alpha': BASE_VERSION_STR + 'a' + str(VERSION[4]),
8 'rc': BASE_VERSION_STR + 'rc' + str(VERSION[4]), 8 'rc': BASE_VERSION_STR + 'rc' + str(VERSION[4]),
9 }[VERSION[3]] 9 }[VERSION[3]]
10 10
11 # incremement whenever a change breaks the save game file format 11 # incremement whenever a change breaks the save game file format
12 SAVE_GAME_VERSION = 1 12 SAVE_GAME_VERSION = 2
13 13
14 NAME = 'Operation Fox Assault' 14 NAME = 'Operation Fox Assault'
15 DESCRIPTION = 'Turn-based strategy game written using Pygame.' 15 DESCRIPTION = 'Turn-based strategy game written using Pygame.'
16 16
17 PEOPLE = { 17 PEOPLE = {