1.17.5.
This commit is contained in:
parent
44e38ae552
commit
f6cfad7b50
5 changed files with 7 additions and 16 deletions
2
Doxyfile
2
Doxyfile
|
@ -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
|
||||
|
|
11
changelog.md
11
changelog.md
|
@ -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)
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue