1.16.10
This commit is contained in:
parent
8a06dc066d
commit
2d34463be5
5 changed files with 7 additions and 14 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.16.9+dev
|
||||
PROJECT_NUMBER = 1.16.10
|
||||
|
||||
# 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.16.9+dev
|
||||
### Add-ons client
|
||||
### Add-ons server
|
||||
## Version 1.16.10
|
||||
### Campaigns
|
||||
* Heir to the Throne
|
||||
* S03: Rewrite intro text, including a hint about training troops (PR #7291)
|
||||
|
@ -19,18 +17,13 @@
|
|||
* World Conquest: Fixed units losing hp wheh picking up an
|
||||
artifact
|
||||
* World Conquest: Fixed "Promote to commander"
|
||||
### Lua API
|
||||
### Packaging
|
||||
### Terrain
|
||||
### Translations
|
||||
* Updated translations: Arabic, Czech, French, Italian, Spanish, Portuguese (Brazil)
|
||||
### Units
|
||||
### User interface
|
||||
* Fix file dialogs (e.g. Save As dialog in the Map Editor) not listing /run/media/USER
|
||||
as a possible file location on modern Linux distributions.
|
||||
* Update the preferences window’s Display resolution list if the game window is resized.
|
||||
* Improved the layout of the orb colors dialog, and added tooltips.
|
||||
### WML Engine
|
||||
### Miscellaneous and Bug Fixes
|
||||
* Fixed Possible Crash when using planning mode #3768
|
||||
* Fixed Possible OOS when using planning mode #7465
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
major = 1
|
||||
minor = 16
|
||||
release = 9
|
||||
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
|
||||
release = 10
|
||||
dev_suffix = "" # either use "+dev", "-dev", "" (empty string) or None
|
||||
|
||||
as_string = "{}.{}.{}{}".format(major,
|
||||
minor,
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.16.9</string>
|
||||
<string>1.16.10</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.16.9</string>
|
||||
<string>1.16.10</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.strategy-games</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#undef VERSION
|
||||
#endif
|
||||
|
||||
#define VERSION "1.16.9+dev"
|
||||
#define VERSION "1.16.10"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue