wesnoth/config.h.dummy

22 lines
622 B
Plaintext
Raw Normal View History

/* Name of package */
#define PACKAGE "wesnoth"
/* Define to the address where bug reports for this package should be sent. */
2005-06-29 19:31:20 +00:00
#define PACKAGE_BUGREPORT "davidnwhite@verizon.net"
/* Define to the full name of this package. */
#define PACKAGE_NAME "Battle for Wesnoth"
/* Define to the full name and version of this package. */
2008-04-26 14:34:30 +00:00
#define PACKAGE_STRING "Battle for Wesnoth 1.5.0+svn"
/* Define to the one symbol short name of this package. */
2008-02-18 00:49:52 +00:00
#define PACKAGE_TARNAME "wesnoth"
/* Define to the version of this package. */
2008-04-26 14:34:30 +00:00
#define PACKAGE_VERSION "1.5.0+svn"
/* Version number of package */
2008-04-26 14:34:30 +00:00
#define VERSION "1.5.0+svn"