Releasing 0.9

This commit is contained in:
Isaac Clerencia Perez 2005-04-09 19:25:09 +00:00
parent ae84ecdd74
commit ee078e8404
4 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
Version 0.8.12:
Version 0.9:
* user interface improvements:
* added alternative theme: DFool
* added theme dialog, launched with ":theme"

View file

@ -9,16 +9,16 @@
#define PACKAGE_NAME "Battle for Wesnoth"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Battle for Wesnoth 0.8.12"
#define PACKAGE_STRING "Battle for Wesnoth 0.9"
/* 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.12"
#define PACKAGE_VERSION "0.9"
/* Version number of package */
#define VERSION "0.8.12"
#define VERSION "0.9"
/* The default server for this version */
#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"

View file

@ -6,7 +6,7 @@
AC_PREREQ([2.57])
define([WESNOTH_VERSION],[0.8.12])
define([WESNOTH_VERSION],[0.9])
define([DEFAULT_SERVER],[server.wesnoth.org])
dnl define([DEFAULT_SERVER],[devsrv.wesnoth.org])

View file

@ -4,7 +4,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#else
# define VERSION "0.8.12"
# define VERSION "0.9"
# define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"
# define PACKAGE "wesnoth"
# ifndef LOCALEDIR