Wesnoth 1.15.8.

This commit is contained in:
Pentarctagon 2020-12-18 19:34:38 -06:00
parent c45e90ebb6
commit 36fc7538b8
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0
4 changed files with 5 additions and 5 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.7+dev
PROJECT_NUMBER = 1.15.8
# 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,4 +1,4 @@
## Version 1.15.7+dev
## Version 1.15.8
### Add-ons client
* Fix potential crashes when working with installed add-ons that have a corrupted _info.cfg file.
* Improved license information prompt for uploads.

View file

@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.15.7</string>
<string>1.15.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.15.7</string>
<string>1.15.8</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.7+dev"
#define VERSION "1.15.8"
// Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1