version bump to 1.3.7

upped "minimum savegame version" to 1.3.4
This commit is contained in:
Nils Kneuper 2007-08-25 10:57:39 +00:00
parent c1ba2b329d
commit 73160b8dab
6 changed files with 14 additions and 13 deletions

View file

@ -1,7 +1,8 @@
Version 1.3.6+svn:
Version 1.3.7:
* Campaigns
* Son of the Black Eye
* Fixed bug in 'Saving Inarix' where no user_description is generated for Inarix
* Fixed bug in 'Saving Inarix' where no user_description is generated for
Inarix
* Northern Rebirth
* Colored portraits for Sister Theta and Ro'Arthian
* Fixed bug in Anita's death event where Tallin speaks instead of her.

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.6+svn"
#define PACKAGE_STRING "Battle for Wesnoth 1.3.7"
/* 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.6+svn"
#define PACKAGE_VERSION "1.3.7"
/* Version number of package */
#define VERSION "1.3.6+svn"
#define VERSION "1.3.7"
/* 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.6+svn])
define([WESNOTH_VERSION],[1.3.7])
dnl define([DEFAULT_SERVER],[server.wesnoth.org])
define([DEFAULT_SERVER],[server.wesnoth.org:14998])
define([DEFAULT_SERVER],[server.wesnoth.org:1500])
AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, [isaac@warp.es], [wesnoth])

View file

@ -55,11 +55,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

@ -2,7 +2,7 @@ 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.6+svn:
Version 1.3.7:
* Campaigns
* Son of the Black Eye
* Fixed bug in 'Saving Inarix' where no user_description is generated

View file

@ -4,7 +4,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#else
# define VERSION "1.3.6+svn"
# define VERSION "1.3.7"
# define PACKAGE "wesnoth"
# ifndef LOCALEDIR
# define LOCALEDIR "translations"
@ -15,6 +15,6 @@
* Some older savegames of Wesnoth can't be loaded anymore this
* variable defines the minimum required version
*/
#define MIN_SAVEGAME_VERSION "1.3.2"
#define MIN_SAVEGAME_VERSION "1.3.4"
#endif