bumped version to 1.11.3
This commit is contained in:
parent
fa6bd09272
commit
808e9995ab
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
Version 1.11.2+dev:
|
||||
Version 1.11.3:
|
||||
* AI:
|
||||
* Micro AIs
|
||||
* New Goto and Zone Guardian MAIs
|
||||
|
|
|
@ -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://sourceforge.net/p/wesnoth/code/ci/master/tree/changelog
|
||||
|
||||
Version 1.11.2+dev:
|
||||
Version 1.11.3:
|
||||
* Campaigns:
|
||||
* Descend into Darkness:
|
||||
* Fix the surviving orc leader starting poisoned after scenario 5.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#ifdef VERSION
|
||||
#undef VERSION
|
||||
#endif
|
||||
#define VERSION "1.11.2+dev"
|
||||
#define VERSION "1.11.3"
|
||||
#ifndef PACKAGE
|
||||
#define PACKAGE "wesnoth"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue