This commit is contained in:
Pentarctagon 2023-04-22 22:34:20 -05:00
parent 9269d4aa20
commit 9909f5910d
5 changed files with 8 additions and 18 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.17.15+dev
PROJECT_NUMBER = 1.17.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

View File

@ -1,18 +1,8 @@
## Version 1.17.15+dev
### Add-ons client
### Add-ons server
### Campaigns
### Editor
### Multiplayer
### Lua API
### Packaging
### Terrain
## Version 1.17.16
### Translations
* Updated translations: British English, French, Italian
### Units
### User interface
### WML Engine
### Miscellaneous and Bug Fixes
* Fixed a crash when encountering a scenario with missing sides (issues #7550,#7553,#7554)
## Version 1.17.15
### Multiplayer

View File

@ -2,8 +2,8 @@
major = 1
minor = 17
release = 15
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
release = 16
dev_suffix = "" # either use "+dev", "-dev", "" (empty string) or None
as_string = "{}.{}.{}{}".format(major,
minor,

View File

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