1.17.12
This commit is contained in:
parent
292f77a456
commit
b08582209b
8 changed files with 11 additions and 21 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.11+dev
|
||||
PROJECT_NUMBER = 1.17.12
|
||||
|
||||
# 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
|
||||
|
|
13
changelog.md
13
changelog.md
|
@ -1,13 +1,9 @@
|
|||
## Version 1.17.11+dev
|
||||
### Add-ons client
|
||||
## Version 1.17.12
|
||||
### Add-ons server
|
||||
* Added support for allowing multiple people to upload updates to an add-on (PR#7268)
|
||||
### Campaigns
|
||||
### Editor
|
||||
### Multiplayer
|
||||
### Lua API
|
||||
### Packaging
|
||||
### Terrain
|
||||
* Heir to the Throne
|
||||
* S03: Rewrite intro text, including a hint about training troops (PR #7214)
|
||||
### Translations
|
||||
* Updated translations: Arabic, British English, Czech, French, Italian, Japanese, Portuguese (Brazil), Turkish
|
||||
### Units
|
||||
|
@ -16,9 +12,10 @@
|
|||
* Add more ant types
|
||||
* Fix and adjust Falcon and Elder Falcon attacks
|
||||
### User interface
|
||||
### WML Engine
|
||||
* Improved the layout of the orb colors dialog, and added tooltips.
|
||||
### Miscellaneous and Bug Fixes
|
||||
* wmllint now validates `rank=` values in `[campaign]` (issue #7224)
|
||||
* Fixed a crash when checking if abilities are active during game initialisation after loading a saved game. (issues #5643, #7238)
|
||||
|
||||
## Version 1.17.11
|
||||
### Campaigns
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
### Miscellaneous and Bug Fixes
|
||||
* Fixed a crash when checking if abilities are active during game initialisation after loading a saved game. (issues #5643, #7238)
|
|
@ -1,3 +0,0 @@
|
|||
### Campaigns
|
||||
* Heir to the Throne
|
||||
* S03: Rewrite intro text, including a hint about training troops (PR #7214)
|
|
@ -1,2 +0,0 @@
|
|||
### User interface
|
||||
* Improved the layout of the orb colors dialog, and added tooltips.
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
major = 1
|
||||
minor = 17
|
||||
release = 11
|
||||
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
|
||||
release = 12
|
||||
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.11</string>
|
||||
<string>1.17.12</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.17.11</string>
|
||||
<string>1.17.12</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.11+dev"
|
||||
#define VERSION "1.17.12"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue