correctly update the comment clarification

This commit is contained in:
Gunter Labes 2007-10-16 07:49:13 +00:00
parent 421158867b
commit 8fd888531c
2 changed files with 3 additions and 1 deletions

View file

@ -42,6 +42,8 @@ AC_CONFIG_COMMANDS([src/wesconfig.h],
/**
* Some older savegames of Wesnoth can't be loaded anymore,
* this variable defines the minimum required version.
* It is only to be updated upon changes that break *all* saves/replays
* (break as in crash wesnoth, not compatibility issues like stat changes)
*/
#define MIN_SAVEGAME_VERSION "1.3.2"

View file

@ -23,7 +23,7 @@
* Some older savegames of Wesnoth can't be loaded anymore,
* this variable defines the minimum required version.
* It is only to be updated upon changes that break *all* saves/replays
* (break as in crash wesnoth not compatibility issues like stat changes)
* (break as in crash wesnoth, not compatibility issues like stat changes)
*/
#define MIN_SAVEGAME_VERSION "1.3.2"