This commit is contained in:
Pentarctagon 2023-08-19 21:04:11 -05:00
parent f7bbb10ffb
commit 347745f19c
5 changed files with 7 additions and 14 deletions

View file

@ -1,6 +1,4 @@
## Version 1.17.19+dev
### Add-ons client
### Add-ons server
## Version 1.17.20
### Campaigns
* A Tale of Two Brothers
* Remove the magic communication amulets from the story.
@ -8,10 +6,6 @@
* S3: Ensure all of Garaks attacks are changed to fire type (#7774).
### Editor
* Added the ability to create a basic add-on - the _server.pbl, folder structure, and saving scenario files in a format which works with add-ons.
### Multiplayer
### Lua API
### Packaging
### Terrain
### Translations
* Updated translations: British English, Czech, Italian, Japanese
### Units
@ -31,7 +25,6 @@
* Mage of Light - arcane resistance changed from 60% to 50%.
* Undead:
* Lich - arcane resistance changed from -40% to -20%.
### User interface
### WML Engine
* Add support for filters to match negative values
### Miscellaneous and Bug Fixes

View file

@ -2,8 +2,8 @@
major = 1
minor = 17
release = 19
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
release = 20
dev_suffix = "" # either use "+dev", "-dev", "" (empty string) or None
as_string = "{}.{}.{}{}".format(major,
minor,

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.19+dev
PROJECT_NUMBER = 1.17.20
# 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

@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.17.19</string>
<string>1.17.20</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.17.19</string>
<string>1.17.20</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.19+dev"
#define VERSION "1.17.20"
// Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1