This commit is contained in:
Pentarctagon 2022-07-10 10:31:20 -05:00
parent 7d974dd3dd
commit 3864239cc0
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0
5 changed files with 7 additions and 15 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.16.3+dev
PROJECT_NUMBER = 1.16.4
# 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.16.3+dev
### Add-ons client
### Add-ons server
## Version 1.16.4
### Campaigns
* Eastern Invasion
* S07a:
@ -10,18 +8,12 @@
* S1: Fixed Al'Tar confusing an orc for a slave (issue #6735)
* Under the Burning Suns
* S5: Enforce encounter with the Cloaked Figure (issue #6364)
### Editor
### Multiplayer
### Lua API
### Packaging
### Terrain
### Translations
* Updated translations: Arabic, British English, Chinese (Traditional), Czech, Polish, Finnish, French
### Units
* Fixed Wardens and Arbiters animations popping on water tiles (issue #6508)
### User interface
* Resolved broken layout in some low-resolution configurations (issue #5620, #6544)
### WML Engine
### Miscellaneous and Bug Fixes
* Fixed path finding visibility bug that sometimes caused OOS errors on maps with tunnels and at least three sides that do not share vision (PR #6744)
* Fixed being unable to interact with units when Scroll Lock is active (issue #6759)

View file

@ -2,8 +2,8 @@
major = 1
minor = 16
release = 3
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
release = 4
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.16.3</string>
<string>1.16.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.16.3</string>
<string>1.16.4</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.16.3+dev"
#define VERSION "1.16.4"
// Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1