post release version bump to 1.11.13+dev
This commit is contained in:
parent
b580503478
commit
82b2ba23ad
4 changed files with 11 additions and 2 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
|
||||
PROJECT_NUMBER = 1.11.13+dev
|
||||
|
||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||
# base path where the generated documentation will be put.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
Version 1.11.13+dev:
|
||||
* Language and i18n:
|
||||
* Updated translations:
|
||||
|
||||
Version 1.11.13:
|
||||
* AI:
|
||||
* Messenger Escort Micro AI: bug fix for escort units blocking messenger's
|
||||
|
|
|
@ -2,6 +2,11 @@ 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:
|
||||
* Language and i18n:
|
||||
* Updated translations:
|
||||
|
||||
|
||||
Version 1.11.13:
|
||||
* AI:
|
||||
* Micro AIs: fixes for a variety of rarely occurring but serious bugs
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#ifdef VERSION
|
||||
#undef VERSION
|
||||
#endif
|
||||
#define VERSION "1.11.13"
|
||||
#define VERSION "1.11.13+dev"
|
||||
#ifndef PACKAGE
|
||||
#define PACKAGE "wesnoth"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue