bump version to 1.5.6
tiny changes to the changelog...
This commit is contained in:
parent
88859c594a
commit
4357061f38
5 changed files with 13 additions and 12 deletions
|
@ -1,11 +1,12 @@
|
|||
Version 1.5.5+svn:
|
||||
Version 1.5.6:
|
||||
* Authoring tools:
|
||||
* trackplacer is a pygtk tool that makes it possible to visually edit
|
||||
the journey tracks on Wesnoth campaign maps.
|
||||
* Campaigns:
|
||||
* Descent into Darkness
|
||||
* Added a set of story art.
|
||||
* Made Malin's side use the ostensibly obscure undead flags after his banishment
|
||||
* Made Malin's side use the ostensibly obscure undead flags after his
|
||||
banishment
|
||||
* Eastern Invasion
|
||||
* In 'Weldyn Besieged', the positions of the liches are now randomized and
|
||||
their names hidden until you attack them (patch #1109).
|
||||
|
|
|
@ -9,13 +9,13 @@
|
|||
#define PACKAGE_NAME "Battle for Wesnoth"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "Battle for Wesnoth 1.5.5+svn"
|
||||
#define PACKAGE_STRING "Battle for Wesnoth 1.5.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.5.5+svn"
|
||||
#define PACKAGE_VERSION "1.5.6"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.5.5+svn"
|
||||
#define VERSION "1.5.6"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
AC_PREREQ([2.60])
|
||||
|
||||
define([WESNOTH_VERSION],[1.5.5+svn])
|
||||
define([WESNOTH_VERSION],[1.5.6])
|
||||
|
||||
AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, [isaac@warp.es], [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.5.5+svn:
|
||||
Version 1.5.6:
|
||||
* Campaigns
|
||||
* An Orcish Incursion
|
||||
* Has a new map, and a journey track.
|
||||
|
@ -48,8 +48,8 @@ Version 1.5.5+svn:
|
|||
|
||||
* Editor2
|
||||
* changed the base-terrain key modifier to shift from alt.
|
||||
* Added basic mask applying feature
|
||||
* Added basic mask creation ("diff") feature
|
||||
* Added basic mask applying feature.
|
||||
* Added basic mask creation ("diff") feature.
|
||||
* New multiple document interface, allows more than one map to be open at the
|
||||
same time. Experimental, can be turned off in the editor settings dialog.
|
||||
|
||||
|
@ -59,8 +59,8 @@ Version 1.5.5+svn:
|
|||
Silver Mage magic missile and teleport.
|
||||
|
||||
* Language and translations
|
||||
* updated translations: Catalan, Czech, Danish, Finnish, Galician, German,
|
||||
Hungarian, Italian, Lithuanian, Racv, Slovak, Turkish.
|
||||
* updated translations: Catalan, Czech, Danish, Dutch, Finnish, Galician,
|
||||
German, Hungarian, Italian, Lithuanian, Racv, Slovak, Spanish, Turkish
|
||||
* new translations: Valencian (the previous non-standard translation has
|
||||
been renamed to RACV).
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
# endif
|
||||
#endif
|
||||
#ifndef VERSION
|
||||
#define VERSION "1.5.5+svn"
|
||||
#define VERSION "1.5.6"
|
||||
#endif
|
||||
#ifndef PACKAGE
|
||||
#define PACKAGE "wesnoth"
|
||||
|
|
Loading…
Add table
Reference in a new issue