bump version to 1.11.4
This commit is contained in:
parent
49cab7330c
commit
efe1df8106
3 changed files with 9 additions and 9 deletions
10
changelog
10
changelog
|
@ -1,12 +1,10 @@
|
|||
Version 1.11.3+dev:
|
||||
Version 1.11.4:
|
||||
* AI:
|
||||
* Reverted new Lua AI persistent storage mechanism for external CAs that would
|
||||
crash Wesnoth under certain circumstances in 1.11.3. This will be re-committed
|
||||
in an upcoming release.
|
||||
* Reverted new Lua AI persistent storage mechanism for external CAs that
|
||||
would crash Wesnoth under certain circumstances in 1.11.3. This will be
|
||||
re-committed in an upcoming release.
|
||||
* Micro AIs
|
||||
* Healer Support MAI now respects RCA AI [avoid] aspect.
|
||||
* Language and i18n:
|
||||
* Updated translations:
|
||||
|
||||
Version 1.11.3:
|
||||
* AI:
|
||||
|
|
|
@ -3,8 +3,10 @@ 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.3+dev:
|
||||
* Language and i18n:
|
||||
* Updated translations:
|
||||
* AI:
|
||||
* Reverted new Lua AI persistent storage mechanism for external CAs that
|
||||
would crash Wesnoth under certain circumstances in 1.11.3. This will be
|
||||
re-committed in an upcoming release.
|
||||
|
||||
|
||||
Version 1.11.3:
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#ifdef VERSION
|
||||
#undef VERSION
|
||||
#endif
|
||||
#define VERSION "1.11.3+dev"
|
||||
#define VERSION "1.11.4"
|
||||
#ifndef PACKAGE
|
||||
#define PACKAGE "wesnoth"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue