Some defines: VERSION, PACKAGE, MIN_SAVEGAME_VERSION. More...
Go to the source code of this file.
Macros | |
| #define | LOCALEDIR "translations" |
| #define | PACKAGE "wesnoth" |
| #define | MIN_SAVEGAME_VERSION "1.3.10" |
| Some older savegames of Wesnoth cannot be loaded anymore, this variable defines the minimum required version. More... | |
| #define | VERSION "1.19.17+dev" |
| #define | RC_VERSION_MAJOR 1 |
| #define | RC_VERSION_MINOR 19 |
| #define | RC_VERSION_REVISION 18 |
Some defines: VERSION, PACKAGE, MIN_SAVEGAME_VERSION.
This file should only be modified by the packager of the tarball before and after each release.
Definition in file wesconfig.h.
| #define LOCALEDIR "translations" |
Definition at line 19 of file wesconfig.h.
| #define MIN_SAVEGAME_VERSION "1.3.10" |
Some older savegames of Wesnoth cannot 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) An example of such a change is changing the savegame format.
Definition at line 33 of file wesconfig.h.
| #define PACKAGE "wesnoth" |
Definition at line 23 of file wesconfig.h.
| #define RC_VERSION_MAJOR 1 |
Definition at line 46 of file wesconfig.h.
| #define RC_VERSION_MINOR 19 |
Definition at line 47 of file wesconfig.h.
| #define RC_VERSION_REVISION 18 |
Definition at line 48 of file wesconfig.h.
| #define VERSION "1.19.17+dev" |
Definition at line 43 of file wesconfig.h.