correctly update the comment clarification
This commit is contained in:
parent
421158867b
commit
8fd888531c
2 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue