src/saveload.cpp
changeset 7476 7f086e4b2a76
parent 7452 f6fd23727af0
child 7506 e52d89f5c7c1
--- a/src/saveload.cpp	Wed Jun 20 12:09:47 2007 +0000
+++ b/src/saveload.cpp	Wed Jun 20 19:17:22 2007 +0000
@@ -29,7 +29,7 @@
 #include <setjmp.h>
 #include <list>
 
-extern const uint16 SAVEGAME_VERSION = 66;
+extern const uint16 SAVEGAME_VERSION = 67;
 uint16 _sl_version;       ///< the major savegame version identifier
 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!