bump version to 1.7.8-beta1, releasing in some mins...

This commit is contained in:
Nils Kneuper 2009-11-09 17:53:52 +00:00
parent e855264e93
commit 60f3c2c1ef
4 changed files with 9 additions and 10 deletions

View file

@ -1,4 +1,4 @@
Version 1.7.7+svn:
Version 1.7.8-beta1:
* Campaigns:
* Under the Burning Suns:
* Do not allow player units to get pass the Dwarf Ghost

View file

@ -6,7 +6,7 @@
AC_PREREQ([2.60])
define([WESNOTH_VERSION],[1.7.7+svn])
define([WESNOTH_VERSION],[1.7.8])
define([WESNOTH_BUGS],[http://bugs.wesnoth.org])
AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, WESNOTH_BUGS, [wesnoth])

View file

@ -2,15 +2,15 @@ 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.7+svn:
Version 1.7.8-beta1:
* Campaigns:
* Under the Burning Suns:
* Do not allow player units to get pass the Dwarf Ghost
without completing the side quest in Tunnels of the Trolls.
* Graphics:
* New base frames for Drake Flare, Flameheart
* New portraits for Grand Knight (alt), Lancer, Orc Grunt (two alts)
* New base frames for Drake Flare, Flameheart.
* New portraits for Grand Knight (alt), Lancer, Orc Grunt (two alts).
* Language and translations:
* Updated translations: Czech, Dutch, Finnish, German, Hungarian, Italian,
@ -18,12 +18,11 @@ Version 1.7.7+svn:
* User interface:
* Fixed storyscreen buttons occasionally disappearing.
* Improve display order of unit healing (patch #1343)
* Switch to the new MP lobby
* Improved display order of unit healing. (patch #1343)
* Switched to the new MP lobby.
*Miscellaneous
* Add recruitment anims for the Sky and Hurricane Drakes
* Add recruitment anims for the Sky and Hurricane Drakes.
Version 1.7.7:

View file

@ -23,7 +23,7 @@
#ifdef VERSION
#undef VERSION
#endif
#define VERSION "1.7.7+svn"
#define VERSION "1.7.8-beta1"
#ifndef PACKAGE
#define PACKAGE "wesnoth"