1.15.16.
This commit is contained in:
parent
aff21f4466
commit
9e88add2c3
4 changed files with 4 additions and 10 deletions
2
Doxyfile
2
Doxyfile
|
@ -38,7 +38,7 @@ PROJECT_NAME = "The Battle for Wesnoth"
|
|||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = 1.15.15+dev
|
||||
PROJECT_NUMBER = 1.15.16
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewer a
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
## Version 1.15.15+dev
|
||||
### Add-ons client
|
||||
### Add-ons server
|
||||
### Campaigns
|
||||
* Liberty
|
||||
* S06: Enforce failure condition for allied team (issue #6019)
|
||||
|
@ -17,11 +15,8 @@
|
|||
* World Conquest
|
||||
* Add campaign icons, campaign image and credits (PR #5958)
|
||||
* Update to new mushroom terrain from the deprecated mushroom terrain (issue #5135, PR #5960)
|
||||
### Editor
|
||||
### Multiplayer
|
||||
* If an add-on needs to be installed on all players' devices but doesn't specify a min version, assume it needs the latest (issue #5004)
|
||||
### Lua API
|
||||
### Packaging
|
||||
### Terrain
|
||||
* Fix transition between snowy mountains and castles (issue #6016)
|
||||
### Translations
|
||||
|
@ -34,7 +29,6 @@
|
|||
* In the Load Game dialog, list directories from previous versions in decending order
|
||||
* Refined design of the Faction Select screen
|
||||
* Made the campaign selection on bigger on HDPI screens (PR #6013)
|
||||
### WML Engine
|
||||
### Miscellaneous and Bug Fixes
|
||||
* Added a timeout when connecting to the wesnothd server
|
||||
* Improved logging of deprecation messages, fixing duplication and missing timestamps (issue #5942)
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.15.15</string>
|
||||
<string>1.15.16</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.15.15</string>
|
||||
<string>1.15.16</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.strategy-games</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#undef VERSION
|
||||
#endif
|
||||
|
||||
#define VERSION "1.15.15+dev"
|
||||
#define VERSION "1.15.16"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue