bumped version to 1.11.8

This commit is contained in:
Nils Kneuper 2014-01-04 20:11:58 +01:00
parent c3cab62791
commit f98e1ab470
3 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,4 @@
Version 1.11.7+dev:
Version 1.11.8:
* Add-ons client:
* Introduced new add-on type "SP/MP Campaign" for campaigns with
"type=hybrid."
@ -91,7 +91,8 @@ Version 1.11.7+dev:
* Unit names and genders are synced in MP games.
* Added new CampaignWML attribute "require_campaign". If set to "yes",
players not having campaign installed won't be able to join the game.
* New eras: the Default+Khalifate and Age of Heroes+Khalifate eras are now available.
* New eras: the Default+Khalifate and Age of Heroes+Khalifate eras are now
available.
* Replays:
* Replays include the prestart and start events again.
* Unit names and genders are synced between games and replays.

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: https://github.com/wesnoth/wesnoth-old/blob/master/changelog
Version 1.11.7+dev:
Version 1.11.8:
* Add-ons client:
* Introduced new add-on type "SP/MP Campaign".
* Redesigned Add-ons Description dialog, including support for displaying
@ -46,7 +46,8 @@ Version 1.11.7+dev:
* Multiplayer:
* Unit names and genders are now synced in MP games.
* New eras: the Default+Khalifate and Age of Heroes+Khalifate eras are now available.
* New eras: the Default+Khalifate and Age of Heroes+Khalifate eras are now
available.
* Replays:
* Replays include the prestart and start events again.

View file

@ -23,7 +23,7 @@
#ifdef VERSION
#undef VERSION
#endif
#define VERSION "1.11.7+dev"
#define VERSION "1.11.8"
#ifndef PACKAGE
#define PACKAGE "wesnoth"
#endif