This commit is contained in:
Pentarctagon 2022-06-19 09:01:04 -05:00
parent 44e38ae552
commit f6cfad7b50
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0
5 changed files with 7 additions and 16 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.4+dev
PROJECT_NUMBER = 1.17.5
# 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.17.4+dev
### Add-ons client
### Add-ons server
## Version 1.17.5
### Campaigns
* Eastern Invasion
* S1: Fixed campfire not having a sound (issue #5766)
@ -9,17 +7,10 @@
* Fixed Grug upkeep, added dialogue about ogres joining (issue #4145)
* Northern Rebirth
* S1: Fixed Al'Tar confusing an orc for a slave (issue #6735)
### Editor
### Multiplayer
### Lua API
### Packaging
### Terrain
### Translations
* Updated translations: Arabic, Chinese (Traditional), Czech, Finnish, French, Japanese, Polish
### Units
### User interface
* High-DPI font and image rendering is now enabled across the entire UI.
### WML Engine
### Miscellaneous and Bug Fixes
* wmllint automatically removes the obsolete lines `{SOUND:SLOW}` and `{SOUND:POISON}`
* 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)

View file

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