wesnoth/config.h.dummy
Nils Kneuper 8f7a6c6936 correct some values
rewrite the "evaluating build systems"-part to refelect current
situation better insert correct places for reporting bugs
2008-11-23 11:38:41 +00:00

22 lines
622 B
Plaintext

/* Name of package */
#define PACKAGE "wesnoth"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "http://bugs.wesnoth.org"
/* 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 1.5.6+svn"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "wesnoth"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.5.6+svn"
/* Version number of package */
#define VERSION "1.5.6+svn"