bump minimum savegame version to 1.3.2
since the automatic terrain translation is about to be removed
This commit is contained in:
parent
d3972c1d02
commit
249d3039e9
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue