bump minimum savegame version to 1.3.2

since the automatic terrain translation is about to be removed
This commit is contained in:
Mark de Wever 2007-05-27 14:53:44 +00:00
parent d3972c1d02
commit 249d3039e9
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,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.1"
#define MIN_SAVEGAME_VERSION "1.3.2"
#endif
EOF

View file

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