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:
parent
3a7197527c
commit
d864a0380d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue