bump version to 1.9.1
This commit is contained in:
parent
6e74ed9da9
commit
a4faf53ff8
4 changed files with 8 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
Version 1.9.0+svn:
|
||||
Version 1.9.1:
|
||||
* AI:
|
||||
* Fixed bug #16585: made AI move in targeting phase even if for some of the
|
||||
'best' units moves to targets are impossible
|
||||
|
@ -15,12 +15,14 @@ Version 1.9.0+svn:
|
|||
* Increased Owaec's hitpoints and attack stats, and added a new weapon
|
||||
special to his morningstar on levels 2 and 3.
|
||||
* Legend of Wesmere:
|
||||
* Splitted the multiplayer port into five chapters with 3 difficult levels each.
|
||||
* Splitted the multiplayer port into five chapters with 3 difficult levels
|
||||
each.
|
||||
* (Beta) Chapter one, a two player campaign, ends after scenario 3.
|
||||
* (Beta) Chapter two, a three player campaign, ends after scenario 7.
|
||||
* (Beta) Chapter three, a four player campaign, ends after scenario 13.
|
||||
* (Alpha) Chapter four, a four player campaign, ends after scenario 17.
|
||||
* (Alpha) Chapter five, a two player campaign, ends with the single player version.
|
||||
* (Alpha) Chapter five, a two player campaign, ends with the single
|
||||
player version.
|
||||
* There is no savefile compatibility between saves from an older version
|
||||
of Wesnoth.
|
||||
* Scenarios
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
AC_PREREQ([2.60])
|
||||
|
||||
define([WESNOTH_VERSION],[1.9.0+svn])
|
||||
define([WESNOTH_VERSION],[1.9.1])
|
||||
define([WESNOTH_BUGS],[http://bugs.wesnoth.org])
|
||||
|
||||
AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, WESNOTH_BUGS, [wesnoth])
|
||||
|
|
|
@ -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.9.0+svn:
|
||||
Version 1.9.1:
|
||||
* Campaigns:
|
||||
* A Tale of Two Brothers:
|
||||
* New portraits for Arne and Bjarn.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#ifdef VERSION
|
||||
#undef VERSION
|
||||
#endif
|
||||
#define VERSION "1.9.0+svn"
|
||||
#define VERSION "1.9.1"
|
||||
#ifndef PACKAGE
|
||||
#define PACKAGE "wesnoth"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue