This commit is contained in:
Pentarctagon 2023-01-14 18:27:55 -06:00
parent 292f77a456
commit b08582209b
8 changed files with 11 additions and 21 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.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

View file

@ -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

View file

@ -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)

View file

@ -1,3 +0,0 @@
### Campaigns
* Heir to the Throne
* S03: Rewrite intro text, including a hint about training troops (PR #7214)

View file

@ -1,2 +0,0 @@
### User interface
* Improved the layout of the orb colors dialog, and added tooltips.

View file

@ -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,

View file

@ -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>

View file

@ -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