wesnoth/config.h.dummy
Isaac Clerencia Perez a7b36053d1 Remove 1.1.7+svn changes from trunk's changelog,
...they will be added once 1.2 is out.

Bumped version to 1.3-svn
2006-07-04 12:15:27 +00:00

26 lines
718 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@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. */
#define PACKAGE_STRING "Battle for Wesnoth 1.3-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.3-svn"
/* Version number of package */
#define VERSION "1.3-svn"
/* The default server for this version */
#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14998"