diff 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
line wrap: on
line diff
--- a/gamelib/version.py	Sat Nov 28 18:04:28 2009 +0000
+++ b/gamelib/version.py	Sat Nov 28 18:20:46 2009 +0000
@@ -9,7 +9,7 @@
 }[VERSION[3]]
 
 # incremement whenever a change breaks the save game file format
-SAVE_GAME_VERSION = 1
+SAVE_GAME_VERSION = 2
 
 NAME = 'Operation Fox Assault'
 DESCRIPTION = 'Turn-based strategy game written using Pygame.'