1.17.14
This commit is contained in:
parent
61a40a5847
commit
f4ac9e03de
5 changed files with 7 additions and 15 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.13+dev
|
||||
PROJECT_NUMBER = 1.17.14
|
||||
|
||||
# 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
|
||||
|
|
10
changelog.md
10
changelog.md
|
@ -1,21 +1,13 @@
|
|||
## Version 1.17.13+dev
|
||||
### Add-ons client
|
||||
### Add-ons server
|
||||
## Version 1.17.14
|
||||
### Campaigns
|
||||
* Under the Burning Suns
|
||||
* S05 Fixed the main cavern event not taking scouting into account. (issue #7394)
|
||||
### Editor
|
||||
### Multiplayer
|
||||
### Lua API
|
||||
### Packaging
|
||||
* Curl is now a required dependency
|
||||
### Terrain
|
||||
### Translations
|
||||
* Updated translations: British English, Czech, French, Italian, Spanish
|
||||
### Units
|
||||
### User interface
|
||||
* The match history button in the multiplayer lobby is now enabled. This allows viewing the game history of the player you have selected in the righthand sidebar.
|
||||
### WML Engine
|
||||
### Miscellaneous and Bug Fixes
|
||||
* wesnoth_addon_manager now supports SSL/TLS connection (using the `--secure` flag)
|
||||
* wesnoth_addon_manager now supports IPv6 connection (using the `--ipv6` flag)
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
major = 1
|
||||
minor = 17
|
||||
release = 13
|
||||
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
|
||||
release = 14
|
||||
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.13</string>
|
||||
<string>1.17.14</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.17.13</string>
|
||||
<string>1.17.14</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.13+dev"
|
||||
#define VERSION "1.17.14"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue