after release version bumping/server update

This commit is contained in:
Nils Kneuper 2007-07-20 18:45:27 +00:00
parent 4e50480d29
commit 9350ddc453
6 changed files with 27 additions and 9 deletions

View file

@ -1,3 +1,5 @@
Version 1.3.5+svn:
Version 1.3.5:
* campaigns
* Heir to the Throne

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 1.3.5"
#define PACKAGE_STRING "Battle for Wesnoth 1.3.5+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.5"
#define PACKAGE_VERSION "1.3.5+svn"
/* Version number of package */
#define VERSION "1.3.5"
#define VERSION "1.3.5+svn"
/* The default server for this version */
#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org:15000"
#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org:14998"

View file

@ -6,10 +6,10 @@
AC_PREREQ([2.57])
define([WESNOTH_VERSION],[1.3.5])
define([WESNOTH_VERSION],[1.3.5+svn])
dnl define([DEFAULT_SERVER],[server.wesnoth.org])
define([DEFAULT_SERVER],[server.wesnoth.org:15000])
define([DEFAULT_SERVER],[server.wesnoth.org:14998])
AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, [isaac@warp.es], [wesnoth])

View file

@ -54,11 +54,11 @@
[game_config]
[server]
name=_"Official Wesnoth Server"
address=server.wesnoth.org:15000
address=server.wesnoth.org:14998
[/server]
[server]
name=_"Alternate Wesnoth Server"
address=games.tuxfamily.org:15000
address=games.tuxfamily.org:14998
[/server]
base_income=2

View file

@ -2,6 +2,22 @@ This is meant to be a concise list of player-visible changes (very minor
changes may be omitted). For a complete list of changes, see the main
changelog: http://svn.gna.org/viewcvs/*checkout*/wesnoth/trunk/changelog
Version 1.3.5+svn:
* Campaigns
* Graphics
* Language and translations
* Map editor
* Multiplayer
* Unit changes and balancing
* User interface
Version 1.3.5:
* Campaigns
* Northern Rebirth

View file

@ -4,7 +4,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#else
# define VERSION "1.3.5"
# define VERSION "1.3.5+svn"
# define PACKAGE "wesnoth"
# ifndef LOCALEDIR
# define LOCALEDIR "translations"