up the min save version to 1.3.8
This commit is contained in:
parent
d751f29884
commit
0fb823f156
1 changed files with 4 additions and 1 deletions
|
@ -22,7 +22,10 @@
|
|||
/**
|
||||
* Some older savegames of Wesnoth can't be loaded anymore,
|
||||
* this variable defines the minimum required version.
|
||||
*
|
||||
* according to backward compatibility policy, this should be
|
||||
* last dev release -1
|
||||
*/
|
||||
#define MIN_SAVEGAME_VERSION "1.3.2"
|
||||
#define MIN_SAVEGAME_VERSION "1.3.8"
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue