00001 00002 #ifndef WESCONFIG_H_INCLUDED 00003 #define WESCONFIG_H_INCLUDED 00004 00005 /** 00006 * @file wesconfig.h 00007 * Some defines: VERSION, PACKAGE, MIN_SAVEGAME_VERSION 00008 * 00009 * This file should only be modified by the packager of the tarball 00010 * before and after each release. 00011 */ 00012 00013 #ifdef HAVE_CONFIG_H 00014 # include "config.h" 00015 #endif 00016 00017 #ifndef LOCALEDIR 00018 # define LOCALEDIR "translations" 00019 #endif 00020 00021 //always use the version string in here, otherwise autotools can override in 00022 //a bad way... 00023 #ifdef VERSION 00024 #undef VERSION 00025 #endif 00026 #define VERSION "1.11.0-svn" 00027 #ifndef PACKAGE 00028 #define PACKAGE "wesnoth" 00029 #endif 00030 00031 /** 00032 * Some older savegames of Wesnoth cannot be loaded anymore, 00033 * this variable defines the minimum required version. 00034 * It is only to be updated upon changes that break *all* saves/replays 00035 * (break as in crash Wesnoth, not compatibility issues like stat changes) 00036 * An example of such a change is changing the savegame format. 00037 */ 00038 #define MIN_SAVEGAME_VERSION "1.3.10" 00039 00040 #endif
| Generated by doxygen 1.7.1 on Fri May 25 2012 01:03:14 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |