wesnoth/config.h.dummy
Isaac Clerencia Perez 5adcef0f85 Bump version to 0.8.9
2005-01-25 14:54:24 +00:00

26 lines
710 B
Plaintext

/* Name of package */
#define PACKAGE "wesnoth"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "davidnwhite@optusnet.com.au"
/* Define to the full name of this package. */
#define PACKAGE_NAME "Battle for Wesnoth"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Battle for Wesnoth 0.8.9"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "wesnoth"
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.8.9"
/* Version number of package */
#define VERSION "0.8.9"
/* The default server for this version */
#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org"