Bump version to 0.9.3

This commit is contained in:
Isaac Clerencia Perez 2005-06-29 19:31:20 +00:00
parent 0b2c088a40
commit 5467da3897
4 changed files with 11 additions and 12 deletions

View file

@ -1,4 +1,4 @@
CVS HEAD:
Version 0.9.3:
* user interface improvements:
* restored dialog titles for multiplayer screens (#13049)
* --nosound commandline option no longer initializes sound (part of #11669)

View file

@ -3,23 +3,23 @@
#define PACKAGE "wesnoth"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "davidnwhite@comcast.net"
#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 0.9.2+cvs"
#define PACKAGE_STRING "Battle for Wesnoth 0.9.3"
/* 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.9.2+cvs"
#define PACKAGE_VERSION "0.9.3"
/* Version number of package */
#define VERSION "0.9.2+cvs"
#define VERSION "0.9.3"
/* The default server for this version */
#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"

View file

@ -6,13 +6,12 @@
AC_PREREQ([2.57])
define([WESNOTH_VERSION],[0.9.2+cvs])
define([WESNOTH_VERSION],[0.9.3])
dnl define([DEFAULT_SERVER],[server.wesnoth.org])
define([DEFAULT_SERVER],[server.wesnoth.org])
dnl define([DEFAULT_SERVER],[devsrv.wesnoth.org])
define([DEFAULT_SERVER],[devsrv.wesnoth.org:14999])
AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, [davidnwhite@comcast.net], [wesnoth])
AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, [davidnwhite@verizon.net], [wesnoth])
AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["]DEFAULT_SERVER["], [The default server for this version])
dnl

View file

@ -4,8 +4,8 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#else
# define VERSION "0.9.2+cvs"
# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
# define VERSION "0.9.3"
# define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"
# define PACKAGE "wesnoth"
# ifndef LOCALEDIR
# define LOCALEDIR "translations"