src/saveload.cpp
changeset 10117 6a796f06bff4
parent 9281 d8cd9ac52a68
child 10175 1119f6640ee6
--- a/src/saveload.cpp	Thu Apr 10 02:23:38 2008 +0000
+++ b/src/saveload.cpp	Thu Apr 10 08:30:15 2008 +0000
@@ -34,7 +34,7 @@
 
 #include "table/strings.h"
 
-extern const uint16 SAVEGAME_VERSION = 92;
+extern const uint16 SAVEGAME_VERSION = 93;
 uint16 _sl_version;       ///< the major savegame version identifier
 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!