bump version to 1.11.15

This commit is contained in:
Nils Kneuper 2014-05-24 20:07:17 +02:00
parent e582e51acd
commit f24fd7d4e4
4 changed files with 7 additions and 4 deletions

View file

@ -31,7 +31,7 @@ PROJECT_NAME = "The Battle for Wesnoth"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 1.11.14+dev
PROJECT_NUMBER = 1.11.15
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View file

@ -1,4 +1,4 @@
Version 1.11.14+dev:
Version 1.11.15:
* Graphics:
* Fixed bug #22045: Only blit neutral surfaces.
* Language and i18n:

View file

@ -2,9 +2,12 @@ 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/blob/1.12/changelog
Version 1.11.14+dev:
Version 1.11.15:
* Language and i18n:
* Updated translations: Portuguese
* Miscellaneous and bug fixes:
* Reallow selection of another unit on same side without deselect first
Version 1.11.14:

View file

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