src/saveload.cpp
changeset 6956 3579bfc5157b
parent 6955 da3431cb25a9
child 6980 c7c4f3bf5901
--- a/src/saveload.cpp	Mon Jun 18 22:49:55 2007 +0000
+++ b/src/saveload.cpp	Mon Jun 18 23:00:55 2007 +0000
@@ -29,7 +29,7 @@
 #include <setjmp.h>
 #include <list>
 
-extern const uint16 SAVEGAME_VERSION = 65;
+extern const uint16 SAVEGAME_VERSION = 66;
 uint16 _sl_version;       ///< the major savegame version identifier
 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!