changelog tweaks

pumped version to 0.8.6
This commit is contained in:
Pauli Manninen 2004-10-14 17:21:37 +00:00
parent 3d38df1bb5
commit af1fffa17e
4 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,4 @@
CVS HEAD:
* made it so you can't see who owns a village that's under fog of war
Version 0.8.6:
* user interface tweaks
* graphics improvements:
* leadership frames
@ -60,6 +59,7 @@ CVS HEAD:
* fixed untranslatable strings in help
* fixed some abilities not being translatable
* fixed holywater bug in 'The Rise of Wesnoth: Cursed Isle'
* fixed top toolbar leaking ownership information for villages under fog of war
* support for bridges ending on water.
* switched using gettext-standard multi-textdomain
* suppressed warnings from msgfmt

View file

@ -9,17 +9,17 @@
#define PACKAGE_NAME "Battle for Wesnoth"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Battle for Wesnoth 0.8.6-CVS"
#define PACKAGE_STRING "Battle for Wesnoth 0.8.6"
/* 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.6-CVS"
#define PACKAGE_VERSION "0.8.6"
/* Version number of package */
#define VERSION "0.8.6-CVS"
#define VERSION "0.8.6"
/* The default server for this version */
#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org"

View file

@ -5,7 +5,7 @@
#######################################################################
AC_PREREQ([2.57])
AC_INIT([Battle for Wesnoth], [0.8.6-CVS], [davidnwhite@optusnet.com.au], [wesnoth])
AC_INIT([Battle for Wesnoth], [0.8.6], [davidnwhite@optusnet.com.au], [wesnoth])
dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["server.wesnoth.org"], [The default server for this version])
dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org"], [The default server for this version])
AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org:14999"], [The default server for this version])

View file

@ -4,8 +4,8 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#else
# define VERSION "0.8.6-CVS"
# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
# define VERSION "0.8.6"
# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org"
# define PACKAGE "wesnoth"
# define LOCALEDIR "po"
#endif