correct changelog entries to list all the 1.6a stuff correctly
bump version to 1.7.0-svn
This commit is contained in:
parent
3f84851fc9
commit
1031ea65e8
4 changed files with 17 additions and 5 deletions
14
changelog
14
changelog
|
@ -1,10 +1,18 @@
|
|||
Version 1.6+svn:
|
||||
* Language and i18n:
|
||||
* updated translations: Hebrew
|
||||
|
||||
Version 1.6a:
|
||||
* User interface:
|
||||
* Remove a no longer valid assert (bug #13217)
|
||||
* Make sure the dialog always uses the full map area width
|
||||
* Language and i18n:
|
||||
* updated translations: Hebrew
|
||||
|
||||
* Multiplayer and AI:
|
||||
* Fixed bug #13222: Do not use the FormulaAI by default since it could lead
|
||||
to the AI doing nothing
|
||||
* Fixed bug #13218: infinite loop in the AI if it persistently tries to move
|
||||
unit to occupied square
|
||||
* Moved FormulaAI related debug output into the info log level
|
||||
|
||||
Version 1.6:
|
||||
* Campaigns:
|
||||
* Under the Burning Suns:
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
AC_PREREQ([2.60])
|
||||
|
||||
define([WESNOTH_VERSION],[1.6])
|
||||
define([WESNOTH_VERSION],[1.7.0-svn])
|
||||
define([WESNOTH_BUGS],[http://bugs.wesnoth.org])
|
||||
|
||||
AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, WESNOTH_BUGS, [wesnoth])
|
||||
|
|
|
@ -2,6 +2,10 @@ 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.7.0-svn:
|
||||
* Language and translations
|
||||
* Updated translations: Hebrew.
|
||||
|
||||
Version 1.6:
|
||||
* Graphics:
|
||||
* New or updated unit graphics for the Mermaid Priestess and Enchantress
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifdef VERSION
|
||||
#undef VERSION
|
||||
#endif
|
||||
#define VERSION "1.6"
|
||||
#define VERSION "1.7.0-svn"
|
||||
|
||||
#ifndef PACKAGE
|
||||
#define PACKAGE "wesnoth"
|
||||
|
|
Loading…
Add table
Reference in a new issue