bump version to 1.11.14
This commit is contained in:
parent
bf6bbdc93f
commit
c081494959
4 changed files with 4 additions and 4 deletions
2
Doxyfile
2
Doxyfile
|
@ -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.13+dev
|
||||
PROJECT_NUMBER = 1.11.14
|
||||
|
||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||
# base path where the generated documentation will be put.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Version 1.11.13+dev:
|
||||
Version 1.11.14:
|
||||
* Campaigns:
|
||||
* Son of the Black Eye: minor balance tweaks to scenarios 7, 8 and 14
|
||||
* Language and i18n:
|
||||
|
|
|
@ -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/blob/1.12/changelog
|
||||
|
||||
Version 1.11.13+dev:
|
||||
Version 1.11.14:
|
||||
* Language and i18n:
|
||||
* Updated translations: Hungarian, Slovak.
|
||||
* Miscellaneous and bug fixes:
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#ifdef VERSION
|
||||
#undef VERSION
|
||||
#endif
|
||||
#define VERSION "1.11.13+dev"
|
||||
#define VERSION "1.11.14"
|
||||
#ifndef PACKAGE
|
||||
#define PACKAGE "wesnoth"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue