revert MIN_SAVEGAME_VERSION to "1.3.2"

this is only to be updated upon changes that break *all* saves/replays
This commit is contained in:
Gunter Labes 2007-08-25 18:45:46 +00:00
parent 3a7197527c
commit d864a0380d
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ AC_CONFIG_COMMANDS([src/wesconfig.h],
* Some older savegames of Wesnoth can't be loaded anymore this
* variable defines the minimum required version
*/
#define MIN_SAVEGAME_VERSION "1.3.4"
#define MIN_SAVEGAME_VERSION "1.3.2"
#endif
EOF

View file

@ -15,6 +15,6 @@
* Some older savegames of Wesnoth can't be loaded anymore this
* variable defines the minimum required version
*/
#define MIN_SAVEGAME_VERSION "1.3.4"
#define MIN_SAVEGAME_VERSION "1.3.2"
#endif