bumped version to 1.3.6

This commit is contained in:
Nils Kneuper 2007-07-21 18:58:54 +00:00
parent c86bb34888
commit ae3d23de25
6 changed files with 10 additions and 20 deletions

View file

@ -1,4 +1,4 @@
Version 1.3.5+svn:
Version 1.3.6:
* language and i18n:
* updated translations: Danish, Finnish, French, German
* multiplayer:

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

View file

@ -6,10 +6,10 @@
AC_PREREQ([2.57])
define([WESNOTH_VERSION],[1.3.5+svn])
define([WESNOTH_VERSION],[1.3.6])
dnl define([DEFAULT_SERVER],[server.wesnoth.org])
define([DEFAULT_SERVER],[server.wesnoth.org:14998])
define([DEFAULT_SERVER],[server.wesnoth.org:15000])
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:14998
address=server.wesnoth.org:15000
[/server]
[server]
name=_"Alternate Wesnoth Server"
address=games.tuxfamily.org:14998
address=games.tuxfamily.org:15000
[/server]
base_income=2

View file

@ -3,15 +3,9 @@ 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
* Updated translations: Finnish, French, German.
* Map editor
* Multiplayer
* The random starting time of day setting is will now be remembered.
* Fixed a bug which could lead to the map in the lobby to become invisible.
@ -20,10 +14,6 @@ Version 1.3.5+svn:
the players use different languages. A related problem which causes the
names to differ and also cause OOS errors hasn't been fixed yet.
* Unit changes and balancing
* User interface
Version 1.3.5:
* Campaigns

View file

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