The Battle for Wesnoth  1.19.0-dev
Macros
wesconfig.h File Reference

Some defines: VERSION, PACKAGE, MIN_SAVEGAME_VERSION. More...

This graph shows which files directly or indirectly include this file:

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.0-dev"
 
#define RC_VERSION_MAJOR   1
 
#define RC_VERSION_MINOR   19
 
#define RC_VERSION_REVISION   0
 

Detailed Description

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.

Macro Definition Documentation

◆ LOCALEDIR

#define LOCALEDIR   "translations"

Definition at line 19 of file wesconfig.h.

◆ MIN_SAVEGAME_VERSION

#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.

◆ PACKAGE

#define PACKAGE   "wesnoth"

Definition at line 23 of file wesconfig.h.

◆ RC_VERSION_MAJOR

#define RC_VERSION_MAJOR   1

Definition at line 46 of file wesconfig.h.

◆ RC_VERSION_MINOR

#define RC_VERSION_MINOR   19

Definition at line 47 of file wesconfig.h.

◆ RC_VERSION_REVISION

#define RC_VERSION_REVISION   0

Definition at line 48 of file wesconfig.h.

◆ VERSION

#define VERSION   "1.19.0-dev"

Definition at line 43 of file wesconfig.h.