This commit is contained in:
Pentarctagon 2021-09-26 01:15:49 -05:00
parent afd1a9021c
commit 9d50ee7052
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0
4 changed files with 5 additions and 13 deletions

View file

@ -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

View file

@ -1,6 +1,4 @@
## Version 1.15.17+dev
### Add-ons client
### Add-ons server
## Version 1.15.18
### Campaigns
* Delfadors Memoirs
* S07: Clarified objectives (issue #5608)
@ -14,21 +12,15 @@
* Correct Travelers 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)

View file

@ -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>

View file

@ -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