1.15.18.
This commit is contained in:
parent
afd1a9021c
commit
9d50ee7052
4 changed files with 5 additions and 13 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.17+dev
|
||||
PROJECT_NUMBER = 1.15.18
|
||||
|
||||
# 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
|
||||
|
|
10
changelog.md
10
changelog.md
|
@ -1,6 +1,4 @@
|
|||
## Version 1.15.17+dev
|
||||
### Add-ons client
|
||||
### Add-ons server
|
||||
## Version 1.15.18
|
||||
### Campaigns
|
||||
* Delfador’s Memoirs
|
||||
* S07: Clarified objectives (issue #5608)
|
||||
|
@ -14,21 +12,15 @@
|
|||
* Correct Traveler’s Ring description (issue #6043)
|
||||
### Editor
|
||||
* Avoid rare crash situation after editing scenarios (issue #5883)
|
||||
### Multiplayer
|
||||
### Lua API
|
||||
### Packaging
|
||||
### Terrain
|
||||
### Translations
|
||||
* Updated translations: British English, Bulgarian, Czech, French, Italian, Portuguese (Brazil), Russian, Spanish.
|
||||
* gettext plural forms now have caret prefixes stripped as well (PR #6094).
|
||||
### Units
|
||||
### User interface
|
||||
* Steam cloud file is no longer listed in the Load Game dialog.
|
||||
* Redefine green text in dialogs and tool-tips so they are no longer ‘too dark’ with recent Pango versions (issue #4348)
|
||||
* Gave the main menu's Language button a label again, now displaying the current language.
|
||||
* Tweaked margins around the main menu's bottom row.
|
||||
* Difficulty no longer displayed in the Load Game dialog when it is not relevant to a save file (issue #5321)
|
||||
### WML Engine
|
||||
### Miscellaneous and Bug Fixes
|
||||
* Correct unit display adjustments on certain tiles when at zoom level other than 100% (issue #5974)
|
||||
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.15.17</string>
|
||||
<string>1.15.18</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.15.17</string>
|
||||
<string>1.15.18</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.17+dev"
|
||||
#define VERSION "1.15.18"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue