up the min save version to 1.3.8

This commit is contained in:
Jérémy Rosen 2007-10-15 17:10:28 +00:00
parent d751f29884
commit 0fb823f156

View file

@ -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