1.17.2.
This commit is contained in:
parent
400f5af475
commit
7ce603e565
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.1+dev
|
||||
PROJECT_NUMBER = 1.17.2
|
||||
|
||||
# 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,20 +1,11 @@
|
|||
## Version 1.17.1+dev
|
||||
## Version 1.17.2
|
||||
### Add-ons client
|
||||
* Add-on passwords that are not stored in the _server.pbl can now be stored in the same credentials file as multiplayer passwords. (PR #6543)
|
||||
### Add-ons server
|
||||
### Campaigns
|
||||
### Editor
|
||||
### Multiplayer
|
||||
### Lua API
|
||||
### Packaging
|
||||
* SDL2_image now requires webp support be enabled. (PR #6392)
|
||||
* Lua is now a submodule. (PR #6549)
|
||||
### Terrain
|
||||
### Translations
|
||||
* Updated translations: British English, Bulgarian, Czech
|
||||
### Units
|
||||
### User interface
|
||||
### WML Engine
|
||||
### Miscellaneous and Bug Fixes
|
||||
* wmlscope can now report about calls to deprecated macros when using the `--unresolved` switch
|
||||
* Webp images can now be used in mainline and in add-ons. (PR #6392)
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
major = 1
|
||||
minor = 17
|
||||
release = 1
|
||||
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
|
||||
release = 2
|
||||
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.1</string>
|
||||
<string>1.17.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.17.1</string>
|
||||
<string>1.17.2</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.1+dev"
|
||||
#define VERSION "1.17.2"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue